MailAddressCollection  Conversion (String to MailAddressCollection)

Performs an implicit conversion from String to MailAddressCollection.

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

Parameters

addresses
Type: SystemString
The address list.

Return Value

Type: MailAddressCollection
The result of the conversion.
See Also