Contents

allRecipientAddresses

An array of email addresses for all recipients of the message.

Declaration

var allRecipientAddresses: [MEEmailAddress] { get }

Discussion

This property contains all values in toAddresses, ccAddresses, and bccAddresses.

The entries in the array specify the email addresses only, and don’t include any additional text. For example, if the recipient headers in the message includes Maria Ruiz <mruiz2@icloud.com>, the array contains mruiz2@icloud.com.

See Also

Accessing the Sender and Recipients