MessageType.CcRecipients Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.