New OutlookFolder Item / Outlook Item

  • Thread starter Thread starter Timur Zanagar
  • Start date Start date
T

Timur Zanagar

Hi folks,

I'm just developing a Outlook Add-In and want to make a new
OutlookFolderItem and a OutlookItem and don't know where to start.

Is it possible?

Thank you very much in advance.
 
Take a look at the MAPIFolder.Folders.Add method and the Application.CreateItem method.

FYI, there is a newsgroup specifically for general Outlook programming issues "down the hall" at microsoft.public.outlook.program_vba or, via web interface, at http://www.microsoft.com/office/community/en-us/default.mspx?dg=microsoft.public.outlook.program_vba

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top