MailAddress.Host

MailAddress.Host property

Gets the host portion of the address.

public string Host { get; }

Property Value

A String that contains the name of the host.

See Also