View Single Post
  #2  
Old July 20th 07, 06:44 AM posted to microsoft.public.outlook.program_addins
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default Mailitem save as getting Operation Failed

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

"srini" wrote in message
oups.com...
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



Ads