Platform SDK: Exchange 2000 Server

EnvelopeFields Property

[This is preliminary documentation and subject to change.]

The SMTP/NNTP envelope fields of the message.

[Visual Basic]
Property EnvelopeFields as ADODB.Fields
read-only
[C++]
HRESULT get_EnvelopeFields(Fields** pVal);
[IDL]
HRESULT [propget] EnvelopeFields([out,retval] Fields** pVal);

Remarks

The EnvelopeFields collection returns a restricted collection of fields that are not available through the Fields collection on a CDO object. The envelope field collection contains NNTP and SMTP transport envelope fields are only available for the object when it's passed to a transport event sink. For more information about writing event sinks using CDO, see SMTP and NNTP Transport Event Sinks.

For SMTP OnArrival sinks, all fields in the collection are within the http://schemas.microsoft.com/cdo/smtpenvelope/ namespace.

For NNTP OnPostEarly, OnPost, and OnPostFinal event sinks, all fields reside in the http://schemas.microsoft.com/cdo/nntpenvelope/ namespace.

See Also

SMTP/NNTP Transport Event Sinks with CDO

http://schemas.microsoft.com/cdo/smtpenvelope/ Namespace

http://schemas.microsoft.com/cdo/nntpenvelope/ Namespace