Compartir a través de


MimeParameter Constructor

Include Protected Members
Include Inherited Members

The MimeParameter constructor overloads create new MimeParameter objects.

Overload List

  Name Description
Public method MimeParameter(String) The MimeParameter constructor creates a new MimeParameter object that has the name name.
Public method MimeParameter(String, String) The MimeParameter constructor creates a new MimeParameter object that has the name name and the value value.

Top