|
Home > Archive > IIS and SMTP > September 2004 > urn:schemas:mailheader:disposition
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
urn:schemas:mailheader:disposition
|
|
|
| hello,
can someone please explain to me about the
urn:schemas:mailheader:disposition name space , how to recieve its value and
how it defers from the urn:schemas:mailheader:dispositon-notification-to name
spcae ?
thanks,
Yaniv
| |
| Peter Karsai 2004-09-27, 5:54 pm |
| Hi Yaniv,
This more belongs to the microsoft.public.exchange2000.development (or the
microsoft.public.win32.programmer.messaging) newsgroups, but see RFC 3798:
http://www.faqs.org/rfcs/rfc3798.html
Personally I never used this CDO field, but I guess it is defined for the
read/delivery receipt "message/disposition-notification" parts, which report
the status of the email is a computer-interpretable format.
Example:
From: <x>
To: <x>
Subject: Read: Whatever
MIME-Version: 1.0
Content-Type: multipart/report;
report-type=disposition-notification;
boundary="abc"
This is a multi-part message in MIME format.
--abc
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
This is a receipt for the mail you sent to <x>.
--abc
Content-Type: message/disposition-notification
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Final-Recipient: rfc822;sender@somewhere
Original-Message-ID: <origmsgid>
Disposition: manual-action/MDN-sent-manually; displayed
--abc--
Peter Karsai
http://www.vamsoft.com/orf
"yaniv" <yaniv@discussions.microsoft.com> wrote in message
news:7F876AAD-DF12-47D2-BE92-724E7AAA58D9@microsoft.com...
> hello,
> can someone please explain to me about the
> urn:schemas:mailheader:disposition name space , how to recieve its value
and
> how it defers from the urn:schemas:mailheader:dispositon-notification-to
name
> spcae ?
>
> thanks,
> Yaniv
|
|
|
|
|