MailKit Documentation
MailKit Documentation
API Reference
MimeKit
MailboxAddress Class
MailboxAddress Constructor
MailboxAddress(String, String) Constructor
MailboxAddress(Encoding, String, String) Constructor
MailboxAddress(String, IEnumerable<String>, String) Constructor
MailboxAddress(Encoding, String, IEnumerable<String>, String) Constructor
Mailbox
Address(String, String) Constructor
Initialize a new instance of the
MailboxAddress
class.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
MailboxAddress
(
string
name
,
string
address
)
Parameters
name
String
The name of the mailbox.
address
String
The address of the mailbox.
Exceptions
Exception
Condition
ArgumentNullException
address
is
null
.
ParseException
address
is malformed.
Remarks
Creates a new
MailboxAddress
with the specified name and address.
See Also
Reference
MailboxAddress Class
MailboxAddress Overload
MimeKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast