in Advanced 

Question preview

HomeQuestion preview:
Log in

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

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!
Do you know someone who could answer? Ask him for help
Answers: 0
Sort by: date rating
Please vote! Your opinion matters!
If you haven't found what you've looking for, post a question
Ask question
| Home | Hall of fame | Registration | Log in | Terms of service | Privacy policy | Help | Contacts | RSS |