Glen Scales [MVP]
Guest
|
Posted:
Tue Nov 23, 2004 6:03 am Post subject:
Re: Get BCC field through WebDAV |
|
|
"The BCC (urn:schemas:httpmail:bcc) is regarded as an envelope property
rather than a message property. Accordingly, the corresponding header field
and its contents are removed when the message is delivered, and you should
always expect the BCC property to be empty on a received message" (from the
Exchange SDK)
When you enable the JournalBCC it does keep the BCC's within the recipients
collection of the message (which you cant get at with WebDAV) but what you
should be able to do with WebDAV is get the recipients from the
urn:schemas:httpmail:displaybcc property which is populated by the
journaling process (when that key is enabled).
Cheers
Glen
"Потехин Илья" <ilyapotekhin@yandex.ru> wrote in message
news:OQMhBeG0EHA.3076@TK2MSFTNGP10.phx.gbl...
| Quote: | Hi All!
i have problem with getting bcc field from message through WebDav.
My app gets messages from archive mailbox ( enabled message-only
journaling). JournalBCC parameter is added,
but BCC field of messages (urn:schemas:mailheader:bcc) is absent.
also i try to get message in MIME-encoding (EML files) and in this files
there are no bcc field too.
maybe it an Exchange server problem but i dont now exactly.
i test it on users in same domain.
Please help.
|
|
|