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