Click or drag to resize

MailDefinition Properties

The MailDefinition type exposes the following members.

Properties
  NameDescription
Public propertyActionId
Public propertyChannel
MailChannel
Public propertyReceiver
Depending on ReceiverType Receiver contains either: * Null (ReceiverType.ObjectCreator, ReceiverType.Assignee) * A UserGroupId (int) (ReceiverType.UserGroup) * A PropertyId (int) (ReceiverType.UserProperty, ReceiverType.EmailProperty) * A string (ReceiverType.EmailAddress) * A string with referencepath(s) (one per line) which will evaluate to users (ReceiverType.ReferencePaths)
Public propertyReceiverReferencePaths
List of reference paths which evaluates to users, identitites or user groups. Can only be used if ReceiverType = ReferencePaths.
Public propertyReceiverType
The type of reciever the MailDefinition is targeting
Public propertyTemplateId
Contains a MailTemplateId.
Top
See Also