HTMLBody is hidden when emailing a PDF from IE?
Ken Slovak - [MVP - Outlook] wrote:
You'd have to show the code you're using.
I can create a new addin, and in the ItemSend event, have just this line:
MsgBox(item.HTMLBody)
That's the point I'm trying to make. The Outlook.MailItem that Outlook
passes to ItemSend already has the body hidden.
|