MailAddress

MailAddress class

Represents the address of a message.

The MailAddress type exposes the following members:

Constructors

NameDescription
MailAddress(address, ignore_smtp_check)Initializes a new instance of the MailAddress class
MailAddress(address, display_name, ignore_smtp_check)Initializes a new instance of the MailAddress class
MailAddress(address, display_name, display_name_encoding)Initializes a new instance of the MailAddress class
MailAddress(address, display_name, display_name_encoding, ignore_smtp_check)Initializes a new instance of the MailAddress class
MailAddress(address)Initializes a new instance of the MailAddress class
MailAddress(address, display_name)Initializes a new instance of the MailAddress class

Properties

NameDescription
display_nameGets or sets a display name.
userGets the username.
hostGets the host portion of the address.
addressGets or sets the e-mail address.
original_address_stringGets or sets the original e-mail address string.
countContains count of mail addresses.
participation_statusGets or sets the participation status for the calendar user.
idGets object identification information

Indexer

NameDescription
[index]Gets the element at the specified index.

See Also