![]() |
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
|
|||
|
|||
![]()
Hello,
I am asking the folder path from the user as input in my progam via a config file. So the user enters something like "\\Mailbox - User\Inbox\TestMessageFolder". I then take this folder and analyse/filter the messages in "TestMessageFolder" I am stuck trying to access the folder via the obvious API in .NET. I tried 1. GetDefaultFolder - (Obviously) fails because the user entered folder, "TestMessageFolder", may not be default. 2. GetFolderFromID - Very confusing as the first parameter entryIDFolder can be passed as a string i.e. "\\Mailbox\Inbox\TestmessageFolder" but how can I get the second parameter ,entryIDStore. Thanks for any help that you can offer. - K. |
Ads |
#2
|
|||
|
|||
![]()
Sorry, forgotto add the following
Language used - C# using Visual Studio .NET 2003 and using Outlook 2003. |
#3
|
|||
|
|||
![]()
Sorry, forgot to add the following
Language used - C# using Visual Studio .NET 2003 and using Outlook 2003. |
#4
|
|||
|
|||
![]()
Sorry, forgot to add the following
Language used - C# using Visual Studio .NET 2003 and using Outlook 2003. |
#5
|
|||
|
|||
![]()
You need to parse the folder path and then walk the folder hierarchy, starting with Namespace.Folders, getting each subfolder in turn from its parent Folders collection. See http://www.outlookcode.com/d/getfolder.htm
-- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Paddy" wrote in message ups.com... Hello, I am asking the folder path from the user as input in my progam via a config file. So the user enters something like "\\Mailbox - User\Inbox\TestMessageFolder". I then take this folder and analyse/filter the messages in "TestMessageFolder" I am stuck trying to access the folder via the obvious API in .NET. I tried 1. GetDefaultFolder - (Obviously) fails because the user entered folder, "TestMessageFolder", may not be default. 2. GetFolderFromID - Very confusing as the first parameter entryIDFolder can be passed as a string i.e. "\\Mailbox\Inbox\TestmessageFolder" but how can I get the second parameter ,entryIDStore. Thanks for any help that you can offer. - K. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
path of .pst file | Jyoti Agarwal | Outlook - General Queries | 2 | April 25th 06 05:39 PM |
New user - Location/Path of my my Outlook data is? Want to Backup | DJE | Outlook - General Queries | 1 | March 31st 06 07:52 PM |
Remove invalid characters from path | Daniel Sommerfeld | Outlook and VBA | 6 | January 31st 06 05:00 PM |
path syntax while registering msoe.dll | Tom Penharston | Outlook Express | 3 | January 22nd 06 04:09 PM |
Find complete path for Outlook 2003 address book | Russell Resweber | Outlook - Using Contacts | 1 | January 14th 06 05:02 PM |