Skip to content

ToList

Retrieves the array of "To" recipients for the message.

Type

1
Array<[MessageContact](./MessageContact/index.md)>

Declaration

1
readonly Array<MessageContact> myMessage.ToList

Remarks

To add a recipient, use the Message.To method.

See Also