MimeParameter Constructor
Include Protected Members
Include Inherited Members
The MimeParameter constructor overloads create new MimeParameter objects.
Overload List
Name | Description | |
---|---|---|
![]() |
MimeParameter(String) | The MimeParameter constructor creates a new MimeParameter object that has the name name. |
![]() |
MimeParameter(String, String) | The MimeParameter constructor creates a new MimeParameter object that has the name name and the value value. |
Top