Share via


MimeDocument.EndOfHeaders Property

The EndOfHeaders property gets or sets the callback to use when the end of the headers in a Multipurpose Internet Mail Extensions (MIME) part is reached.

Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)

Syntax

'Declaration
Public Property EndOfHeaders As EndOfHeadersCallback
public EndOfHeadersCallback EndOfHeaders { get; set; }
public:
property EndOfHeadersCallback^ EndOfHeaders {
    EndOfHeadersCallback^ get ();
    void set (EndOfHeadersCallback^ value);
}
/** @property */
public EndOfHeadersCallback get_EndOfHeaders ()

/** @property */
public void set_EndOfHeaders (EndOfHeadersCallback value)
public function get EndOfHeaders () : EndOfHeadersCallback

public function set EndOfHeaders (value : EndOfHeadersCallback)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows Server 2003