MimeRecipient constructor
The MimeRecipient constructors create new MimeRecipient objects.
Overload list
Name | Description | |
---|---|---|
MimeRecipient() | The MimeRecipient constructor initializes a new instance of the MimeRecipient class with default values. | |
MimeRecipient(String, String) | The MimeRecipient constructor initializes a new instance of the MimeRecipient class with. |
Top