MailKit Documentation
MailKit Documentation
API Reference
MimeKit.IO
MemoryBlockStream Class
MemoryBlockStream Properties
CanRead Property
CanSeek Property
CanTimeout Property
CanWrite Property
Length Property
Position Property
Memory
Block
Stream
Position Property
Get or set 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
Gets or sets the current position within the stream.
See Also
Reference
MemoryBlockStream Class
MimeKit.IO Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast