Skip to main content

EmailTrigger

Description

The structure represents an instance of the EmailTrigger entity.

Constructor

| Constructor | Description |   | :--- | :--- |   | EmailTrigger | Initializes a new instance of the EmailTrigger object model. | |||

Properties

| Property | Description |   | :--- | :--- |   | Id | Gets the EmailTrigger Id. | | Name | Gets or sets the EmailTrigger name. | | Description | Gets or sets the description of the  EmailTrigger. | | ProcessId | Gets the assigned ProcessId during EmailTrigger creation. | | BotId | Gets the assigned BotId during EmailTrigger creation. | | ServerType | Gets os sets the servertype of the EmailTrigegr. | | Host | Gets or sets the Host value of the EmailTrigegr. | | Port | Gets or sets the Port value of the EmailTrigegr. | | EmailAddress | Gets or sets the assigned EmailAddress during the EmailTrigger creation. | | Password | Gets or sets the password of the email address. | | RequireSsl | Gets or sets the value that indicates whether the SSL is enabled. | | FilterEnabled | Gets or sets the value that indicates whether the filter is enabled. | | Arguments | Gets or sets the Inputs and Outputs of the EmailTrigegr. | | LogLevel | Gets or sets the loglevel of the EmailTrigegr.| | IsDisabled | Gets or sets the value that indicates whether the EmailTrigger is enabled. | | LastAccessedOn | Gets the Date&Time that indicates when the EmailTrigger was last accessed. | | IsFrequencyEnabled | Gets or sets the value that indicates whether the frequency is enabled. | | FrequencyMins | Gets or sets the frequency value in minutes. | | Filter | Gets or Sets filter in the EmailTrigger. | | StartDate | Gets or Sets the StartDate of the EmailTrigger. | | ExpiresOn | Gets or Sets the Expiration Date&Time of EmailTrigger. | | MessageFilter | Gets or Sets message filter for the EmailTrigger. | | ModifiedBy | Gets the username of the person who modified the EmailTrigger. | | CreatedBy | Gets the username of the EmailTrigger creator. | | Modified | Gets the Date&Time of the EmailTrigger is modified. | | Created | Gets the creation Date&Time of the EmailTrigger. | | EmailProcessingSequence | Gets or Sets the processing order for the EmailTrigger. This property accepts 'EmailProcessingSequence.OldestToNewest' and 'EmailProcessingSequence.NewestToOldest' values. | |||

Remarks

Use the EmailTrigger object model to get or update information about the EmailTrigger.