to_MailAddress
to_MailAddress (1 of 2)
Performs an implicit conversion from MailAddressCollection to MailAddress .
Returns: The result of the conversion.
to_MailAddress(System::SharedPtr < MailAddressCollection > addresses)
| Parameter | Description |
|---|---|
| addresses | The address collection. |
to_MailAddress (2 of 2)
Performs an implicit conversion from System::String to MailAddress .
Returns: The result of the conversion.
to_MailAddress(System::String address)
| Parameter | Description |
|---|---|
| address | The address. |