![]() |
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
|
|||
|
|||
![]()
I want to add a folder to the default .PST file. When I GetFolders then
GetFirst from the default namespace I do not always get the default root (pst) folder that contains the default inbox, etc. How do I get the default? Thanks! -- Message posted via http://www.officekb.com |
Ads |
#2
|
|||
|
|||
![]()
NameSpace.GetDefaultFolder(olFolderInbox).Parent will return a MAPIFolder
object that represents the top of store of that PST file. Use that MAPIFolder's Folders collection and its Add method to add a new folder at the same level as Inbox or Calendar, etc. -- 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 "mwernerps2 via OfficeKB.com" u10791@uwe wrote in message news:5ce327da36543@uwe... I want to add a folder to the default .PST file. When I GetFolders then GetFirst from the default namespace I do not always get the default root (pst) folder that contains the default inbox, etc. How do I get the default? Thanks! -- Message posted via http://www.officekb.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Deleting unwanted folders from default PST file | Level 13 | Outlook - General Queries | 1 | March 4th 06 06:19 PM |
Problem with group policy applying "Default location for PST files" | Jaycee | Outlook - General Queries | 1 | February 24th 06 09:44 PM |
how to change default delivery location to my new pst file | sf= | Outlook - General Queries | 5 | February 20th 06 04:18 PM |
Default day on default monthly calendar wrong | brad elliott | Outlook - Calandaring | 6 | February 2nd 06 01:17 AM |
How do I make my imported pst file (calender) the default calender | Ron | Outlook - Installation | 1 | January 16th 06 05:49 PM |