Hi, All
I m creating an Addin to check whether user has not filled any recipient of the Mail. In this case (if user has left all of its recipients blank), I want to send my mails to a specefied email address.
I have written the code for it in myOLApp_ItemSend but problem is that
when I leave blank all its recipient then a message comes .
"There must be at least one name or distribution list in the TO,cc,bcc Box" .
My code executes after this message.
I don't want this message and want to execute my code written in
myOLApp_ItemSend Procedure.
Any help is appriciated
Thanks