|
Posted by chi lap on August 23, 2006, 7:13 am
Please log in for more thread options
I have some mails downloaded from Exchange Server to my mobile device.
I want to get the message ID of the mail, i.e. the field in a message
header, like
the following:
I have tried to use the "PR_INTERNET_MESSAGE_ID" property (this macro
is in fact not existed in the SDK and I found the tag number 0x1035001f on the
web) but fail. And then I tried to examine the MIME message body myself using
the "PR_CE_MIME_TEXT" and didn't find the field "Message-ID:" ...
I know the mails on the exchange server do exist this field but don't know
if this field is also downloaded to my mobile device ...
|