Mailitem save as getting Operation Failed

S

srini

I created a OutLook Addinns using VSTO 2005 C# 2.0. the functionality
is on right-click on any mail item, save onto sharepoint document lib.
It's working fine when the subject got simple text. If the subject got
special CHRs or if the mail was replied or forwarded, i am getting
"Operation Failed" error when the SAVEAS method called. i did debug
and getting Complus code as _COMPlusExceptionCode -532459699

Any Idea why it's happen and how to prevent this error?

TIA

-SN
 
D

Dmitry Streblechenko

File name should not contain any of the special characters invalid in file
names (?, *, :, etc)

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top