MimeDocument.EndOfHeadersCallback Delegate

The MimeDocument.EndOfHeadersCallback callback is called when the end of a root Multipurpose Internet Mail Extensions (MIME) part has been reached.

Namespace:  Microsoft.Exchange.Data.Mime
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Delegate Sub EndOfHeadersCallback ( _
    part As MimePart, _
    <OutAttribute> ByRef stopLoading As Boolean _
)
'Usage
Dim instance As New EndOfHeadersCallback(AddressOf HandlerMethod)
public delegate void EndOfHeadersCallback(
    MimePart part,
    out bool stopLoading
)

Parameters

  • stopLoading
    Type: System.Boolean
    Set this to true if there are no more headers in part. Otherwise, set it to false.