Share via


EmailRecipient 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

See also

Reference

EmailRecipient class

Microsoft.Exchange.Data.Transport.Email namespace