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