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
<XmlArrayItemAttribute("Mailbox", IsNullable:=False)> _
Public Property BccRecipients As EmailAddressType()
[XmlArrayItemAttribute("Mailbox", IsNullable=false)] 
public EmailAddressType[] BccRecipients { get; set; }
[XmlArrayItemAttribute(L"Mailbox", IsNullable=false)] 
public:
property array<EmailAddressType^>^ BccRecipients {
    array<EmailAddressType^>^ get ();
    void set (array<EmailAddressType^>^ value);
}
/** @property */
public EmailAddressType[] get_BccRecipients ()

/** @property */
public void set_BccRecipients (EmailAddressType[] value)
public function get BccRecipients () : EmailAddressType[]

public function set BccRecipients (value : EmailAddressType[])

Property Value

The BccRecipients property returns an EmailAddressType array.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)