The answer to your IT questions
 

Advanced search  • Search tips
My QUESTIONS & ANSWERS
 Question:

CODE IN SQL TO KNOW THAT recipient's MAILBOX IS FULL

User Asked by: anish
Published on: 15:19/04.03.2008
Status: OPEN
Hi,



I executed the below code and it ran successfully with sql message 'Mail sent'


exec master..xp_sendmail @recipients = 'nanawarem@yahoo.co.in',
@message = @mess ,
@query = @q,
@attachments='Cases Assigned.txt',
@attach_results ='True',@width=800,
@separator='|',
@subject = @sub,



Since the recipients mailbox is full, he is not able to receive the mail.



I WANT TO KNOW IS THERE ANY CODE IN SQL TO KNOW THAT THE recipient's MAILBOX IS FULL



Thanks!
 Answers: 0
Sort by: /\ date | rating
Please vote! Your opinion matters!
If you haven't found what you've looking for, post a question
  
| Home | Hall of fame | Register | Log in | Terms of service | Help | Contacts |