EmailAddressDictionaryEntryType Members
The EmailAddressDictionaryEntryType class represents an e-mail address that is associated with a contact.
The following tables list the members exposed by the EmailAddressDictionaryEntryType type.
Public Constructors
Name | Description | |
---|---|---|
EmailAddressDictionaryEntryType | The EmailAddressDictionaryEntryType constructor initializes a new instance of the EmailAddressDictionaryEntryType class. |
Top
Public Properties
Name | Description | |
---|---|---|
Key | The Key property gets or sets one of the valid EmailAddressKeyType enumeration values that identify an e-mail address that is associated with a contact. | |
Value | The Value property contains a string value that represents the e-mail address that is associated with a contact. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top