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