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
Public method EmailAddressDictionaryEntryType The EmailAddressDictionaryEntryType constructor initializes a new instance of the EmailAddressDictionaryEntryType class.

Top

Properties

  Name Description
Public property 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.
Public property 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.
Public property 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.
Public property Name The Name property gets or sets a string value that specifies the name of the mailbox.
Public property RoutingType The RoutingType property gets or sets a string that specifies the type of routing for the e-mail address.
Public property Value The Value property contains a string value that represents the e-mail address that is associated with a contact.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top