P
pop up dialog box
I open a mail and add an attachment and close the mail with discard
parameter. When mail is close i get the message prompt "Do you want to save?"
item.Attachments.Add(path of file);
item.close(1); here 1-> olDiscard
After close function outlook open dialog box which ask to save the message
or not. Please suggest how to discard this message.
parameter. When mail is close i get the message prompt "Do you want to save?"
item.Attachments.Add(path of file);
item.close(1); here 1-> olDiscard
After close function outlook open dialog box which ask to save the message
or not. Please suggest how to discard this message.