View Single Post
  #2  
Old February 23rd 10, 07:56 AM posted to microsoft.public.outlook.program_vba
Michael Bauer [MVP - Outlook]
external usenet poster
 
Posts: 1,885
Default Pickfolder question


See the object browser (f2) for what properties are available for a
MapiFolder object. The one you're looking for is DefaultItemType.

--
Best regards
Michael Bauer - MVP Outlook
Manage and share your categories:
http://www.vboffice.net/product.html?pub=6&lang=en



Am Mon, 22 Feb 2010 16:32:34 -0800 schrieb Salad:

If I run
Set olfolder = olapp.GetNamespace("MAPI").PickFolder
and select a folder, the TypeName is always "MAPIFolder". Is there a
property or method to determine if it's an inbox item and not a contact
or journal item?

Ads