Click or drag to resize
MimeKit

BoundStreamStartBoundary Property

Get the start boundary offset of the underlying stream.

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

Property Value

Int64
The start boundary offset of the underlying stream.
Remarks
The start boundary is the byte offset into the BaseStream that marks the beginning of the substream.
See Also