MessageType.CcRecipients Property
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.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property CcRecipients As EmailAddressType()
Get
Set
'Usage
Dim instance As MessageType
Dim value As EmailAddressType()
value = instance.CcRecipients
instance.CcRecipients = value
public EmailAddressType[] CcRecipients { get; set; }
Property Value
Type: []
The CcRecipients property returns an EmailAddressType array.
See Also