Groups | Blog | Home
all groups > iis smtp nntp > september 2004 >

iis smtp nntp : urn:schemas:mailheader:disposition


yaniv
9/27/2004 2:07:04 AM
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,
Peter Karsai
9/27/2004 12:06:49 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


[quoted text, click to view]

AddThis Social Bookmark Button