EmailAddressDictionaryEntryType Class

Definition

The EmailAddressDictionaryEntryType class represents an e-mail address that is associated with a contact.

public ref class EmailAddressDictionaryEntryType
public class EmailAddressDictionaryEntryType
Public Class EmailAddressDictionaryEntryType
Inheritance
EmailAddressDictionaryEntryType

Constructors

EmailAddressDictionaryEntryType()

The EmailAddressDictionaryEntryType() constructor initializes a new instance of the EmailAddressDictionaryEntryType class.

Properties

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.

Applies to