Click or drag to resize

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
Syntax
C#
public enum MailReceiverType
Members
  Member nameValueDescription
ObjectCreator0 The mail will be sent to the creator of the object which triggers the mail action
Assignee1 The mail will be sent to the assignee in an Activity the mail action is used for
UserGroup2 The mail will be sent to a usergroup or user defined in the MailDefinition
UserProperty3 The mail will be sent to a user referenced in a property on the dataobject type the MailDefinition is bound to
EmailAddress4 The mail will be sent to a specific e-mail address defined in the MailDefinition
EmailProperty5 The mail will be sent to an e-mail address defined in a property on the dataobject type the MailDefinition is bound to
ReferencePaths6 The mail will be sent to the user(s) referenced via a reference path in the MailDefinition
See Also