DeliverIncomingEmailRequest.ValidateBeforeCreate Property

 

Applies To: Dynamics CRM 2015

Gets or sets whether to validate before the create operation occurs.

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

Syntax

public bool ValidateBeforeCreate { get; set; }
public:
property bool ValidateBeforeCreate {
    bool get();
    void set(bool value);
}
member ValidateBeforeCreate : bool with get, set
Public Property ValidateBeforeCreate As Boolean

Property Value

Type: System.Boolean

Type: Boolean
true to validate before the create operation; otherwise, false.

See Also

DeliverIncomingEmailRequest Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright