View Single Post
  #7  
Old February 6th 07, 09:01 PM posted to microsoft.public.outlook.program_addins
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default How do I get a mail item's MessageID

AFAIK as of Exchange 2000 (or was it 2003?), the id will be set on the
messags sent by an EX server.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool

"Bickers" wrote in message
...
Thanks Dmitry.

Is that the MessageID visible in the headers of a message ?

What about a message sent via Exchange (ie within an organisation, without
going out to the internet) ? Does Exchange assign an ID to sent messages ?

Cheers,

Phil.

"Dmitry Streblechenko" wrote:

If you mean the MIME message id header, it is not guaranteed to be
present.
If it is available, it will be in the PR_INTERNET_MESSAGE_ID property
(0x1035001E), accessible using Extended MAPI (C++/Delphi only), CDO 1.21,
Redemption or MailItem.PropertyAccessor in Outlook 2007

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool

"Bickers" wrote in message
...
Hi,

I need to track messages in a database, but be able to handle the same
message being sent to multiple recipients (within an Exchange
environment).

I know that all messages sent to multiple recipients will have the same
MessageID value, but I can find no information as to how to retrieve
it.

What I'm planning is that when a message is opened, an AddIn will check
whether the message has already been handled and if not, store info in
a
database (simplistic view). When another user reads the same message, I
need
to be able to detect that it's already been handled.

Thanks for any help,

Phil.






Ads