Share via


EmailMessage.Bcc Proprietà

Definizione

Ottiene i destinatari BCC'd al messaggio di posta elettronica.

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)

Valore della proprietà

I destinatari BCC del messaggio di posta elettronica.

Requisiti Windows

Funzionalità dell'app
email emailSystem

Si applica a