Share via


EmailRecipient Members

Include Protected Members
Include Inherited Members

The EmailRecipient type represents a single recipient of a EmailMessage class message.

The EmailRecipient type exposes the following members.

Constructors

  Name Description
Public method EmailRecipient The EmailRecipient method initializes a new instance of the EmailRecipient class by using the specified values for the display name and the Simple Mail Transfer Protocol (SMTP) address of the recipient.

Top

Properties

  Name Description
Public property DisplayName The DisplayName property gets or sets a value that specifies the friendly display name for the recipient.
Public property NativeAddress The NativeAddress property gets or sets a string value that contains the address that is native to the messaging system for the recipient.
Public property NativeAddressType The NativeAddressType property gets or sets a string that contains the type of address stored in the NativeAddress property.
Public property SmtpAddress The SmtpAddress property gets or sets a value that specifies the Simple Mail Transfer Protocol (SMTP) address of the recipient.

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