| MimeMessageEndEventArgsEndOffset Property |
Get or set the stream offset that marks the end of the message.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public long EndOffset { get; set; }
Property Value
Int64The stream offset.
Remarks
Gets or sets the stream offset that marks the end of the message.
See Also