MimePart Constructor

Include Protected Members
Include Inherited Members

The MimePart constructors create new MimePart objects.

Overload List

  Name Description
Public method MimePart() The MimePart constructor creates a blank MimePart object.
Public method MimePart(String) The MimePart constructor creates a new MimePart object and adds a Content-Type header.
Public method MimePart(String, ContentTransferEncoding, Stream, CachingMode) The MimePart constructor creates a new MimePart object, gives it a specified Content-Type header, and sets the content.
Public method MimePart(String, String, Stream, CachingMode) The MimePart method creates a new MimePart object, gives it a specified content type, and sets the content.

Top