A
Anil Kumar Gupta
Hi,
I am creating an outlook addin and want to save a note as rtf or htm
file. IS there any way to do this. I am using this but the last line is
throwing exception.
_objNoteItem = (Microsoft.Office.Interop.Outlook.NoteItemClass)objItem;
_objNoteItem.SaveAs(strFileName,Microsoft.Office.Interop.Outlook.OlStoreType.olStoreDefault);
Thanks
Anil Kumar Gupta
I am creating an outlook addin and want to save a note as rtf or htm
file. IS there any way to do this. I am using this but the last line is
throwing exception.
_objNoteItem = (Microsoft.Office.Interop.Outlook.NoteItemClass)objItem;
_objNoteItem.SaveAs(strFileName,Microsoft.Office.Interop.Outlook.OlStoreType.olStoreDefault);
Thanks
Anil Kumar Gupta