R
roaddc
I need to develop an Outlook Add-In using C# that appends a footer text
to some of the received mail and save it.
Is this possible?
I tried the following code but I'm getting errors in Outlook:
myMailItem.HTMLBody += "Testing footer";
myMailItem.Save();
Thanks.
to some of the received mail and save it.
Is this possible?
I tried the following code but I'm getting errors in Outlook:
myMailItem.HTMLBody += "Testing footer";
myMailItem.Save();
Thanks.