MailKit Documentation
MailKit Documentation
API Reference
MimeKit.IO
BoundStream Class
BoundStream Properties
BaseStream Property
CanRead Property
CanSeek Property
CanTimeout Property
CanWrite Property
EndBoundary Property
LeaveOpen Property
Length Property
Position Property
ReadTimeout Property
StartBoundary Property
WriteTimeout Property
Bound
Stream
Position Property
Get or sets the current position within the stream.
Namespace:
MimeKit.IO
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
override
long
Position
{
get
;
set
; }
Property Value
Int64
The position of the stream.
Exceptions
Exception
Condition
IOException
An I/O error occurred.
NotSupportedException
The stream does not support seeking.
ObjectDisposedException
The stream has been disposed.
Remarks
The
Position
is relative to the
StartBoundary
.
See Also
Reference
BoundStream Class
MimeKit.IO Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast