Accessing specific Email items from MAPI Url

M

Michael H

Using C# and an Interop DLL for Outlook, I'm trying to get access to
e-mail items by using search results from Windows Desktop Search.

The Url column from the ADO RecordSet returned has entries such as:

mapi://LocalHost/Default/Mailbox - Michael Jordan ($ce04)/Sent
Items/v00????????7????????0??0????????0??0

mapi://LocalHost/Default/Mailbox - Michael Jordan ($ce04)/Sent
Items/v00????????7????????0??0????????0??0/AT=05910000:My Budget.xls


Can I use this return mapi path to retrieve the specific item that is
being referred to? I can't use any form of iteration to match WDS
return results against each item in the Inbox.


Thanks,

Michael
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top