 | MimeMessageBeginEventArgsBeginOffset Property |
Get or set the stream offset that marks the beginning of the message.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 3.0.0
Syntaxpublic long BeginOffset { get; set; }
Property Value
Type:
Int64The stream offset.
Remarks
Gets or sets the stream offset that marks the beginning of the message.
See Also