EmailMessage.CcRecipients Property

Definition

Gets the list of Cc recipients for the e-mail message.

public:
 property Microsoft::Exchange::WebServices::Data::EmailAddressCollection ^ CcRecipients { Microsoft::Exchange::WebServices::Data::EmailAddressCollection ^ get(); };
public Microsoft.Exchange.WebServices.Data.EmailAddressCollection CcRecipients { get; }
Public ReadOnly Property CcRecipients As EmailAddressCollection

Property Value

An e-mail address collection.

Applies to