dotConnect for Salesforce Documentation
Devart.Data.Salesforce Namespace / SalesforceConnectionStringBuilder Class / TriggerUserEmail Property

In This Topic
    TriggerUserEmail Property (SalesforceConnectionStringBuilder)
    In This Topic
    Determines whether to trigger email that is sent to users in the organization or not.
    Syntax
    'Declaration
     
    Public Property TriggerUserEmail As Boolean
    public bool TriggerUserEmail {get; set;}

    Property Value

    true, if email that is sent to users in the organization should be triggered for the connection; otherwise, false. The default value is false.
    See Also