| MailReceiverType Enumeration |
The MailRecieverType values defines how the reciever in a MailDefinition is evaluated
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic enum MailReceiverType
Members
| Member name | Value | Description |
---|
| ObjectCreator | 0 |
The mail will be sent to the creator of the object which triggers the mail action
|
| Assignee | 1 |
The mail will be sent to the assignee in an Activity the mail action is used for
|
| UserGroup | 2 |
The mail will be sent to a usergroup or user defined in the MailDefinition
|
| UserProperty | 3 |
The mail will be sent to a user referenced in a property on the dataobject type the MailDefinition is bound to
|
| EmailAddress | 4 |
The mail will be sent to a specific e-mail address defined in the MailDefinition
|
| EmailProperty | 5 |
The mail will be sent to an e-mail address defined in a property on the dataobject type the MailDefinition is bound to
|
| ReferencePaths | 6 |
The mail will be sent to the user(s) referenced via a reference path in the MailDefinition
|
See Also