MailKit Documentation
MailKit Documentation
API Reference
MimeKit
IMimeContent Interface
IMimeContent Methods
DecodeTo Method
DecodeToAsync Method
Open Method
WriteTo Method
WriteToAsync Method
IMime
Content
Open Method
Open the decoded content stream.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
Stream
Open
()
Return Value
Stream
The decoded content stream.
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
IMimeContent Interface
MimeKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast