MailAddress  Conversion (String to MailAddress)

Performs an implicit conversion from String to MailAddress.

Namespace:  Aspose.Email
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public static implicit operator MailAddress (
	string address
)

Parameters

address
Type: SystemString
The address.

Return Value

Type: MailAddress
The result of the conversion.
See Also