CheckIncomingEmailRequest.Cc Property
Applies To: Dynamics CRM 2015
Gets or sets the addresses of the carbon copy (Cc) recipients for the email message.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public string Cc { get; set; }
public:
property String^ Cc {
String^ get();
void set(String^ value);
}
member Cc : string with get, set
Public Property Cc As String
Property Value
Type: System.String
Type: String
The carbon copy (Cc) recipients for the email message.
See Also
CheckIncomingEmailRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright