MessageType.BccRecipients 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 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.