ToList¶
Retrieves the array of "To" recipients for the message.
Type¶
Array<MessageContact> (MessageContact)
Declaration¶
1 | |
Remarks¶
To add a recipient, use the Message.To method.
See Also¶
- Message.To
- Array<MessageContact>
Retrieves the array of "To" recipients for the message.
Array<MessageContact> (MessageContact)
1 | |
To add a recipient, use the Message.To method.