Contents

bccAddresses

An array of email addresses for the concealed tertiary recipients of the message.

Declaration

var bccAddresses: [MEEmailAddress] { get }

Discussion

This property corresponds to the Bcc header in the message.

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

See Also

Accessing the Sender and Recipients