DeliverIncomingEmailRequest.Bcc Property

 

Applies To: Dynamics CRM 2015

Gets or sets the addresses of the blind carbon copy (Bcc) recipients for the email message. Required.

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

public string Bcc { get; set; }
public:
property String^ Bcc {
    String^ get();
    void set(String^ value);
}
member Bcc : string with get, set
Public Property Bcc As String

Property Value

Type: System.String

Type: String
The addresses of the blind carbon copy (Bcc) recipients for the email message.

See Also

DeliverIncomingEmailRequest Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright