Sdílet prostřednictvím


MimePart Constructor

The MimePart constructors create new MimePart objects.

Overload List

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