MimeNode.WriteTo method
The WriteTo overloads write the Multipurpose Internet Mail Extensions (MIME) data in this MimeNode to a stream or writer.
Overload list
Name | Description | |
---|---|---|
WriteTo(Stream) | The WriteTo method writes the Multipurpose Internet Mail Extensions (MIME) data in this MimeNode to stream. | |
WriteTo(MimeWriter) | The WriteTo method writes the Multipurpose Internet Mail Extensions (MIME) data in this MimeNode to writer. | |
WriteTo(Stream, EncodingOptions) | The WriteTo method writes the Multipurpose Internet Mail Extensions (MIME) data in this MimeNode object into stream by using encodingOptions. |
Top