EmailAddressDictionaryEntryType Members
Include Protected Members
Include Inherited Members
The EmailAddressDictionaryEntryType class represents an e-mail address that is associated with a contact.
The EmailAddressDictionaryEntryType type exposes the following members.
Constructors
Name | Description | |
---|---|---|
EmailAddressDictionaryEntryType | The EmailAddressDictionaryEntryType constructor initializes a new instance of the EmailAddressDictionaryEntryType class. |
Top
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. | |
MailboxType | The MailboxType property gets or sets an instance of the MailboxTypeType class that specifies the type of mailbox that is represented by this instance of the EmailAddressDictionaryEntryType class. | |
MailboxTypeSpecified | The MailboxTypeSpecified property gets a Boolean value that specifies whether the MailboxType property is serialized into the SOAP request. This property is required if the MailboxType property is specified. | |
Name | The Name property gets or sets a string value that specifies the name of the mailbox. | |
RoutingType | The RoutingType property gets or sets a string that specifies the type of routing for the e-mail address. | |
Value | The Value property contains a string value that represents the e-mail address that is associated with a contact. |
Top