Hide Table of Contents
Class: EmailNotifier

Description

The emailNotifier Class represents the properties of a notification type that is configured in the repository.

Class hierarchy

esri.WorkflowManager.SupportClasses.EmailNotifier()

Properties

NameTypeSummary
attachJobAttachmentsbooleanIndicator to attach a zip of a job's file attachment to the email.
messagestringThe message content of the email notifier.
namestringThe name of the notifier.
senderEmailstringThe sender's (from) email address.
senderNamestringThe sender's (from) name.
subjectstringThe subject of the email.
subscribersstring[]The subscribers to the email.
typestringThe type of notifier.
Property Details

<boolean> attachJobAttachments

Indicator to attach a zip of a job's file attachment.

<string> message

The message contents to the email.

<string> name

The name of the notifier.

<string> senderEmail

The sender's email address.

<string> senderName

The sender's name.

<string> subject

The subject of the email.

<string[]> subscribers

The subscribers to the email.

<string> type

The type of notifier.