| BoundStreamStartBoundary Property |
Get the start boundary offset of the underlying stream.
Namespace: MimeKit.IOAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public long StartBoundary { get; }
Property Value
Int64The 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