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