MimeDocument.WriteTo method
The WriteTo overloads write Multipurpose Internet Mail Extensions (MIME) data to a stream.
Overload list
Name | Description | |
---|---|---|
![]() |
WriteTo(Stream) | The WriteTo method writes the Multipurpose Internet Mail Extensions (MIME) data in the Document Object Model (DOM) to stream. |
![]() |
WriteTo(Stream, EncodingOptions, MimeOutputFilter) | The WriteTo method writes the Multipurpose Internet Mail Extensions (MIME) data in the Document Object Model (DOM) to stream by using encodingOptions and filter. |
Top