Click or drag to resize
MimeKit

MimeEntityEndEventArgsEndOffset Property

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

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

Property Value

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