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