![]() |
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 want to get items from user created folders from outlook 2003. How can I do this.In case of default folders we can do that by using pFolder=pApp-GetNamespace(_bstr_t("MAPI"))-GetDefaultFolder(olFolderInbox); Here for default folder olFolderInbox enumeration is there , what should be done in cae of user created folders. Please do suggest on the same. Thanks in advance. |
Ads |
#2
|
|||
|
|||
![]()
If you know the location of the user created folders you can navigate there
using any folder's Folders collection. For example a subfolder of Inbox would be in oFolderInbox.Folders. To find all folders you need to do a recursive search starting at NameSpace.Folders and work down from there, examining each MAPIFolder.Folders that's present. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Maddy" wrote in message ... Hi , I want to get items from user created folders from outlook 2003. How can I do this.In case of default folders we can do that by using pFolder=pApp-GetNamespace(_bstr_t("MAPI"))-GetDefaultFolder(olFolderInbox); Here for default folder olFolderInbox enumeration is there , what should be done in cae of user created folders. Please do suggest on the same. Thanks in advance. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
User-created files. | Andy | Outlook Express | 8 | September 27th 07 07:00 PM |
change encoding for multiple items/folders | [email protected] | Outlook - General Queries | 3 | February 28th 07 01:14 PM |
saving to User Created contact folders | Rick H | Add-ins for Outlook | 1 | June 30th 06 10:26 PM |
Propagate the same user for multiple folders in Outlook | FPerkins | Outlook - General Queries | 1 | June 29th 06 04:08 PM |
Customizing columns in user-created folders | adeel | Outlook Express | 6 | January 17th 06 10:15 AM |