Share via


EmailAddressType Members

Include Protected Members
Include Inherited Members

The EmailAddressType class represents an e-mail address.

The EmailAddressType type exposes the following members.

Constructors

  Name Description
Public method EmailAddressType The EmailAddressType constructor initializes a new instance of the EmailAddressType class.

Top

Properties

  Name Description
Public property EmailAddress The EmailAddress property gets or sets a string value that contains the e-mail address that is represented by this instance of the EmailAddressType class.
Public property ItemId The ItemId property gets or sets an instance of the ItemIdType class that specifies the item identifier for the e-mail address that is represented by this instance of the EmailAddressType class.
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 EmailAddressType class.
Public property MailboxTypeSpecified The MailboxTypeSpecified property gets or sets a Boolean value that specifies whether the MailboxType property is serialized into the SOAP message. 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 that is associated with the e-mail address that is specified in the EmailAddress property.
Public property RoutingType The RoutingType property gets or sets a string value that specifies the type of routing for the e-mail address that is specified in the EmailAddress property.

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