MailKit Documentation
MailKit Documentation
API Reference
MimeKit.IO
MemoryBlockStream Class
MemoryBlockStream Methods
Dispose Method
Flush Method
FlushAsync Method
Read Method
ReadAsync Method
Seek Method
SetLength Method
ToArray Method
Write Method
WriteAsync Method
Memory
Block
Stream
Set
Length Method
Set the length of the stream.
Namespace:
MimeKit.IO
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
override
void
SetLength
(
long
value
)
Parameters
value
Int64
The desired length of the stream in bytes.
Exceptions
Exception
Condition
ArgumentOutOfRangeException
value
is out of range.
ObjectDisposedException
The stream has been disposed.
Remarks
Sets the length of the stream.
See Also
Reference
MemoryBlockStream Class
MimeKit.IO Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast