MailAddress Conversion (String to MailAddress) |
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public static implicit operator MailAddress (
string address
)
Public Shared Widening Operator CType (
address As String
) As MailAddress
static implicit operator MailAddress^ (
String^ address
)
F# does not support the declaration of new casting operators.
Parameters
- address
- Type: SystemString
The address.
Return Value
Type:
MailAddressThe result of the conversion.
See Also