Overload List
Name | Description | |
---|---|---|
SetContent(Stream) |
Sets the content of this entity to data read from the specified stream.
| |
SetContent(String) |
Sets the content of this entity to the specified text.
| |
SetContent(MimeEntity) |
Sets the inner message of this entity to the specified message.
| |
SetContent(Stream, String) |
Sets the content of this entity to data read from the specified stream and sets media type and file name.
| |
SetContent(String, String) |
Sets the content of this entity to the specified text and media type.
| |
SetContent(Stream, String, String) |
Sets the content of this entity to data read from the specified stream and sets media type and file name.
| |
SetContent(String, String, Encoding) |
Sets the content of this entity to the specified text, media type and character set.
| |
SetContent(Stream, String, String, TransferEncoding) |
Sets the content of this entity to data read from the specified stream and sets media type, file name and transfer encoding.
| |
SetContent(String, String, Encoding, TransferEncoding) |
Sets the content of this entity to the specified text, media type and character set.
|