Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |
Top
.gif)