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 _
)
public delegate void EndOfHeadersCallback (
MimePart part,
out bool stopLoading
)
public delegate void EndOfHeadersCallback (
MimePart^ part,
[OutAttribute] bool% stopLoading
)
/** @delegate */
public delegate void EndOfHeadersCallback (
MimePart part,
/** @attribute OutAttribute() */ /** @ref */ boolean stopLoading
)
JScript supports the use of delegates, but not the declaration of new ones.
Parameters
- part
The MIME part for which the end has been reached.
- stopLoading
Set this to true if there are no more headers in part. Otherwise, set it to false.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003