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

In This Topic
    TriggerOtherEmail Property (SalesforceConnectionStringBuilder)
    In This Topic
    Determines whether to trigger email outside the organization or not.
    Syntax
    'Declaration
     
    Public Property TriggerOtherEmail As Boolean
    public bool TriggerOtherEmail {get; set;}

    Property Value

    true, if email outside the organization should be triggered for the connection; otherwise, false. The default value is false.
    See Also