EmailAddress

EmailAddress class

Represents an address of an email message.

public class EmailAddress

Properties

Name Description
Address { get; } Gets the string representation of the email address.
DisplayName { get; } Gets the display name associated with the address.
Host { get; } Gets the host portion of the address.
OriginalAddressString { get; } Gets the original address string.
User { get; } Gets the username.

See Also