Click or drag to resize
MimeKit

BoundStreamEndBoundary Property

Get the end boundary offset of the underlying stream.

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

Property Value

Int64
The end boundary offset of the underlying stream.
Remarks
The end boundary is the byte offset into the BaseStream that marks the end of the substream. If the value is less than 0, then the end of the stream is treated as unbound.
See Also