Click or drag to resize
MimeKit

IMimeContent Methods

The IMimeContent type exposes the following members.

Methods
 NameDescription
Public methodCode exampleDecodeTo Decode the content stream into another stream.
Public methodCode exampleDecodeToAsync Asynchronously decode the content stream into another stream.
Public methodDispose
(Inherited from IDisposable)
Public methodOpen Open the decoded content stream.
Public methodWriteTo Copy the content stream to the specified output stream.
Public methodWriteToAsync Asynchronously copy the content stream to the specified output stream.
Top
See Also