Click or drag to resize
MimeKit

MimeEntityBeginEventArgsBeginOffset Property

Get or set the stream offset that marks the beginning of the entity.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public long BeginOffset { get; set; }

Property Value

Int64
The stream offset.
Remarks
Gets or sets the stream offset that marks the beginning of the entity.
See Also