Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkSetContentFromFile(String)
Sets the content of this entity to data read from the specified file.
(Inherited from MimeEntity.)
Public methodSupported by the .NET Compact FrameworkSetContentFromFile(String, String)
Sets the content of this entity to data read from the specified file and sets file name.
(Inherited from MimeEntity.)
Public methodSupported by the .NET Compact FrameworkSetContentFromFile(String, String, String)
Sets the content of this entity to data read from the specified file and sets media type and file name.
(Inherited from MimeEntity.)
Public methodSupported by the .NET Compact FrameworkSetContentFromFile(String, String, String, TransferEncoding)
Sets the content of this entity to data read from the specified file and sets media type, file name and transfer encoding.
(Inherited from MimeEntity.)

See Also