Martin Mizzell
Guest
|
Hi,
I am getting an exception when using the 3.02 Premium to save a mail item in Outlook as an RTF file.
mail.SaveAs("C:\\testFile.rtf", Outlook.OlSaveAsType.olRTF);
This code throws an invalid argument exception. Can anyone else re-produce the same issue?
Martin |
|
Sergey Grischenko
Add-in Express team
Posts: 7233
Joined: 2004-07-05
|
Hi Martin.
It means that you use the wrong format for an Outlook item.
Try to use olHTML or olTXT.
P.S. Note that we take up your forum requests in the order we receive them.
Besides, it may take us some time to investigate your issue. Please be sure we will let you know as soon as the best possible solution is found.
|
|