MessageType.BccRecipients Property

Definition

The BccRecipients property gets or sets a collection of recipients that receive a blind carbon copy (Bcc) of an e-mail. This property is optional. This is a read/write property.

public:
 property cli::array <ExchangeWebServices::EmailAddressType ^> ^ BccRecipients { cli::array <ExchangeWebServices::EmailAddressType ^> ^ get(); void set(cli::array <ExchangeWebServices::EmailAddressType ^> ^ value); };
public ExchangeWebServices.EmailAddressType[] BccRecipients { get; set; }
Public Property BccRecipients As EmailAddressType()

Property Value

The BccRecipients property returns an EmailAddressType array.

Applies to