MessageType.CcRecipients Property

Definition

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

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

Property Value

The CcRecipients property returns an EmailAddressType array.

Applies to