View Single Post
  #2  
Old February 8th 06, 12:28 AM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Create a new item

Only with Extended MAPI (C++ or Delphi only). Otherwise you must use
derivatives of the existing IPM message classes. There is some sample code
either in the MSDN library on that or in Inside MAPI.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"Jim" wrote in message
...
I would like to create a new folder with a new item in Outlook.
For example a "Projects" folder which would contain "Project" items.
How would I create my own special type of item outside of the normal
Outlook Default types in OlItemType?
Thanks


Ads