MailAddress.Address

MailAddress.Address property

Gets or sets the e-mail address.

public string Address { get; set; }

Property Value

A String that contains the e-mail address.

See Also