Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkSetContent(Stream)
Sets the content of this entity to data read from the specified stream.
(Inherited from MimeEntity.)
Public methodSupported by the .NET Compact FrameworkSetContent(String)
Sets the content of this entity to the specified text.
(Inherited from MimeEntity.)
Public methodSupported by the .NET Compact FrameworkSetContent(MimeEntity)
Sets the inner message of this entity to the specified message.
(Inherited from MimeEntity.)
Public methodSupported by the .NET Compact FrameworkSetContent(Stream, String)
Sets the content of this entity to data read from the specified stream and sets media type and file name.
(Inherited from MimeEntity.)
Public methodSupported by the .NET Compact FrameworkSetContent(String, String)
Sets the content of this entity to the specified text and media type.
(Inherited from MimeEntity.)
Public methodSupported by the .NET Compact FrameworkSetContent(Stream, String, String)
Sets the content of this entity to data read from the specified stream and sets media type and file name.
(Inherited from MimeEntity.)
Public methodSupported by the .NET Compact FrameworkSetContent(String, String, Encoding)
Sets the content of this entity to the specified text, media type and character set.
(Inherited from MimeEntity.)
Public methodSupported by the .NET Compact FrameworkSetContent(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.
(Inherited from MimeEntity.)
Public methodSupported by the .NET Compact FrameworkSetContent(String, String, Encoding, TransferEncoding)
Sets the content of this entity to the specified text, media type and character set.
(Inherited from MimeEntity.)

See Also