View Single Post
  #2  
Old May 25th 06, 09:03 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Getting an Outlook folder using a path

Answered in another group.

--
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 oups.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.

I am using C# in Visual Studio .NET 2003 and Outlook 2003

Thanks for any help that you can offer.


- K.

Ads