MailAddressHost Property

Gets the host portion of the address.

Namespace:  Aspose.Email
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public string Host { get; }

Property Value

Type: String
A String that contains the name of the host.
See Also