![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
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 |
#2
|
|||
|
|||
![]()
The last parameter must be one of the OlSaveAsType enums, not OlStoreType.
Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "Anil Kumar Gupta" wrote in message oups.com... 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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
IPM.NOTE - Save to specific Folder | Carlos | Outlook - Using Forms | 3 | August 17th 06 04:21 PM |
OCX problem in VB Outlook AddIn | Rui Oliveira | Add-ins for Outlook | 0 | March 31st 06 05:42 PM |
Unable to get outlook com addin to install correctly | [email protected] | Add-ins for Outlook | 2 | March 15th 06 07:01 PM |
Outlook Remains in TaskList after closing (with AddIn) | Jeff Simcock | Add-ins for Outlook | 2 | February 2nd 06 04:42 AM |
Outlook addin help | Melbin | Outlook - Using Forms | 0 | January 24th 06 01:12 PM |