EmailMessage.Bcc Property

Definition

Gets the recipients BCC'd to the email message.

public:
 property IVector<EmailRecipient ^> ^ Bcc { IVector<EmailRecipient ^> ^ get(); };
IVector<EmailRecipient> Bcc();
public IList<EmailRecipient> Bcc { get; }
var iVector = emailMessage.bcc;
Public ReadOnly Property Bcc As IList(Of EmailRecipient)

Property Value

The recipients BCC'd to the email message.

Windows requirements

App capabilities
email emailSystem

Applies to