 | MimeReaderOnMimePartContentRead Method |
Called when MIME part content is read from the stream.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 3.0.0
Syntaxprotected virtual void OnMimePartContentRead(
byte[] buffer,
int startIndex,
int count,
CancellationToken cancellationToken
)
Parameters
- buffer
- Type: SystemByte
A buffer containing the MIME part content. - startIndex
- Type: SystemInt32
The index denoting the starting position of the content within the buffer. - count
- Type: SystemInt32
The length of the content within the buffer, in bytes. - cancellationToken
- Type: System.ThreadingCancellationToken
The cancellation token.
RemarksCalled when MIME part content is read from the stream.
See Also