| MimeReaderOnMimeMessageEndAsync Method |
Called when the end of a message is encountered in the stream.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax protected virtual Task OnMimeMessageEndAsync(
long beginOffset,
int beginLineNumber,
long headersEndOffset,
long endOffset,
int lines,
CancellationToken cancellationToken
)
Parameters
- beginOffset Int64
- The offset into the stream where the message began.
- beginLineNumber Int32
- The line number where the message began.
- headersEndOffset Int64
- The offset into the stream where the message headers ended and the content began.
- endOffset Int64
- The offset into the stream where the message ended.
- lines Int32
- The length of the message as measured in lines.
- cancellationToken CancellationToken
- The cancellation token.
Return Value
TaskAn asynchronous task context.
Remarks See Also