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