basically I have an issue with scenario #1 in the attached technote -
http://support.microsoft.com/default.aspx/kb/924213
any ideas whether this is a problem on outlook side or exchange? (version
2003)
-Kailash
Is it causing you problems?
>Yes it is. We file the email on send to another system (document management
>system) that's integrated with outlook. The document management system uses
>the message ID for duplicate detection. In my case, I end up filing
>duplicates because the message IDs are different.
The "Message-ID" (a MAPI property) in a message in your "Sent Items"
folder isn't the same as the "Message-ID" in an RFC822 header.
MAPI property:
c=US;a= ;p=ORGNAME;l=SERVERNAME-090729022750Z-10
RFC822 header:
Message-ID:
<9A197D99C0D2BE4881EF1...@SERVERNAME.DOMAIN.com>
---
Rich Matheisen
MCSE+I, Exchange MVP
>Thanks Rich. I understand that - I was specifically talking about the
>following property - PR_INTERNET_MESSAGE_ID
Are you working with Outlook in cached-mode?
If you work in on-line mode that property should be the same. When I
look at messages I sent (in cached-mode) that property is absent (as
it says in the KB article you referenced.
3. Message sent/received in Cached mode and viewed in Cached mode
- PR_INTERNET_MESSAGE_ID is NOT present on message in Sent
Items
When it's checked the values are equal.
Have you discovered something new?