Поделиться через


EmailAddress Members

Include Protected Members
Include Inherited Members

The EmailAddress class represents the address of a mailbox user.

The EmailAddress type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property Address The Address property gets or sets a string value that specifies the e-mail address that is represented by this instance of the EmailAddress class.
Public property Name The Name property gets or sets a string value that specifies the name that is associated with the e-mail address that is represented by this instance of the EmailAddress class.
Public property RoutingType The RoutingType property gets or sets a string value that specifies the routing type that is associated with the e-mail address that is represented by this instance of the EmailAddress class.

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