- Subject: showing dialog box when closing the mail
- Author: pop up dialog box
- Date: 14 Aug
- References:
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.