EmailAddress

EmailAddress class

Represents an email address

The EmailAddress type exposes the following members:

Constructors

NameDescription
EmailAddress()Initializes a new instance of the EmailAddress class.
EmailAddress(address)Initializes a new instance of the EmailAddress class
EmailAddress(address, display_name)Initializes a new instance of the EmailAddress 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
preferedGets or sets a value which defines whether email address is preferred.
categoryGets or sets an object category
routing_typeGets or sets a routing type for an email

Indexer

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

Methods

NameDescription
equals(obj)
equals(x, y)
get_hash_code(obj)
compare_to(obj)

See Also