Description
      The emailNotifier Class represents the properties of a notification type that is configured in the repository.
      Class hierarchy
      esri.WorkflowManager.SupportClasses.EmailNotifier()
      Properties
      
        |
        | attachJobAttachments | boolean | Indicator to attach a zip of a job's file attachment to the email. | 
        | message | string | The message content of the email notifier. | 
        | name | string | The name of the notifier. | 
          | senderEmail | string | The sender's (from) email address. | 
          | senderName | string | The sender's (from) name. | 
          | subject | string | The subject of the email. | 
      | subscribers | string[] | The subscribers to the email. | 
      | type | string | The type of notifier. | 
      
      Property Details
      
      
        <boolean> attachJobAttachments
Indicator to attach a zip of a job's file attachment. 
       
      
        
        The message contents to the email.
       
        
        
        The name of the notifier.
       
        
        
        The sender's email address.
       
        
        
        
        The subject of the email.
       
      
        
        The subscribers to the email.