email.cc Property
![]() |
[Applies to: Microsoft Dynamics CRM 4.0]
Gets or sets the carbon copy (CC) recipients.
Syntax
[Visual Basic .NET] Public Property cc As activityparty()
[C#]
public activityparty[] cc {get; set;}
Property Value
The value of this property is an array of activityparty type.
Remarks
To control which e-mail address should be used for sending e-mails to the activity party, or for replying to e-mails from the activity party, see activityparty.addressused.
The following table contains additional information about this property:
| Platform required | No |
| Application requirement level1 | No Constraint |
| Valid for create | Yes |
| Valid for retrieve | Yes |
| Valid for update | Yes |
1 – Customizable. Indicates the value for a default installation.
Requirements
Web Service: CrmService
See Also
Concepts
Reference
© 2010 Microsoft Corporation. All rights reserved.
