EmailAddress
EmailAddress class
Represents an email address
The EmailAddress type exposes the following members:
Constructors
Name | Description |
---|
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
Name | Description |
---|
display_name | Gets or sets a display name. |
user | Gets the username. |
host | Gets the host portion of the address. |
address | Gets or sets the e-mail address. |
original_address_string | Gets or sets the original e-mail address string. |
count | Contains count of mail addresses. |
participation_status | Gets or sets the participation status for the calendar user. |
id | Gets object identification information |
prefered | Gets or sets a value which defines whether email address is preferred. |
category | Gets or sets an object category |
routing_type | Gets or sets a routing type for an email |
Indexer
Name | Description |
---|
[index] | Gets the element at the specified index. |
Methods
Name | Description |
---|
equals(obj) | |
equals(x, y) | |
get_hash_code(obj) | |
compare_to(obj) | |
See Also