EnvelopeFields Property

EnvelopeFields Property

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

The SMTP and Network News Transfer Protocol (NNTP) envelope fields of the message. This property is read-only.

Applies To

IMessage Interface

IWorkflowMessage Interface

Type Library

Microsoft CDO for Exchange 2000 Library

DLL Implemented In

CDOEX.DLL

Syntax

[Visual Basic]Property EnvelopeFields As ADODB.Fields

[C++]HRESULT get_EnvelopeFields(Fields** pVal);

Parameters

  • pVal
    Returned reference to the EnvelopeFields collection of the object.

Remarks

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

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

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

See Also

SMTP/NNTP Transport Event Sinks with CDO

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

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

Send us your feedback about the Microsoft Exchange Server 2003 SDK.

Build: June 2007 (2007.618.1)

© 2003-2006 Microsoft Corporation. All rights reserved. Terms of use.