deEmailTrigger Members
The deEmailTrigger type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
deEmailTrigger(String, String, IErrorProvider) |
Initializes a new instance of the deEmailTrigger class.
|
|
|
deEmailTrigger(deUserSession) |
Initializes a new instance of the deEmailTrigger class.
|
|
|
deEmailTrigger(String, String, String) |
Initializes a new instance of the deEmailTrigger class.
|
Methods
| Name | Description | |
|---|---|---|
|
|
connect |
Connects the specified s host name.
|
|
|
createEmailTrigger |
Creates the email trigger.
|
|
|
export |
Generating email trigger xml for import/export
|
|
|
exportToSQL |
Exports the email trigger to SQL
|
|
|
getAllActiveEmailTriggers |
Gets all active email triggers.
|
|
|
getAllEmailTriggers |
Gets all email triggers.
|
|
|
getCurrentUser |
Gets the current user.
(Inherited from deAPIBase.) |
|
|
getEmailMessageByID |
Gets the email message by identifier.
|
|
|
getEmailTriggerByID |
Gets the email trigger by identifier.
|
|
|
getLasEmailTriggeredDateTime |
Gets the las email triggered date time.
|
|
|
getProperties |
Gets the properties.
(Inherited from deAPIBase.) |
|
|
getProperty(String) |
get property value
(Inherited from deAPIBase.) |
|
|
getProperty<(Of <<'(T>)>>)(String) |
Gets the property.
(Inherited from deAPIBase.) |
|
|
getTenant |
Returns the current tenant
(Inherited from deAPIBase.) |
|
|
getTenantID |
Returns tenant id
(Inherited from deAPIBase.) |
|
|
getUserSession |
Gets the user session.
(Inherited from deAPIBase.) |
|
|
hasEmailConfigExists |
Determines whether [has SMTP server name] [the specified s SMTP server name].
|
|
|
hasEmailMessage |
Determines whether [has email message] [the specified s email acct identifier].
|
|
|
hasEmailTriggerEnabled |
Determines whether [has email trigger enabled] [the specified s email acct identifier].
|
|
|
import |
import file
|
|
|
removeEmailMessage |
Removes the email message.
|
|
|
removeEmailTrigger |
Removes the email trigger.
|
|
|
runEmailTrigger |
Runs the email trigger.
|
|
|
toggleEnabled |
Toggles the enabled.
|
|
|
updateEmailTrigger |
Updates the email trigger.
|
Properties
| Name | Description | |
|---|---|---|
|
|
connectionString |
gets the connection string for the database
(Inherited from deAPIBase.) |
|
|
errorMsg |
return last error message
(Inherited from deAPIBase.) |
|
|
externalUserID |
Gets the external user identifier.
(Inherited from deAPIBase.) |
|
|
isMasterTenant |
return if the session is for the master tenant
(Inherited from deAPIBase.) |
|
|
isMultiTenant |
returns if the API is being used on multi-tenant mode
(Inherited from deAPIBase.) |
|
|
oErrorProvider |
Gets the o error provider.
(Inherited from deAPIBase.) |
|
|
tenantMasterConnectionString |
gets the tenant master database connection string
(Inherited from deAPIBase.) |
|
|
workflowUserID |
returns the user id
(Inherited from deAPIBase.) |

