View Single Post
  #1  
Old April 7th 06, 05:05 AM posted to microsoft.public.outlook.program_vba
Anil Kumar Gupta
external usenet poster
 
Posts: 1
Default How to save a note in an outlook addin.

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)ob jItem;
_objNoteItem.SaveAs(strFileName,Microsoft.Office.I nterop.Outlook.OlStoreType.olStoreDefault);
Thanks
Anil Kumar Gupta

Ads