MailKit Documentation
MailKit Documentation
API Reference
MimeKit
MimeContent Class
MimeContent Methods
DecodeTo Method
DecodeToAsync Method
Dispose Method
Finalize Method
Open Method
WriteTo Method
WriteToAsync Method
Mime
Content
Open Method
Open the decoded content stream.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
Stream
Open
()
Return Value
Stream
The decoded content stream.
Implements
IMimeContent
Open
Exceptions
Exception
Condition
ObjectDisposedException
The
MimeContent
has been disposed.
Remarks
Provides a means of reading the decoded content without having to first write it to another stream using
DecodeTo(Stream, CancellationToken)
.
See Also
Reference
MimeContent Class
MimeKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast