Interface MailTask

All Superinterfaces:
ScheduleTask

public interface MailTask extends ScheduleTask
Definition of a mail task.
Since:
4.0
  • Method Details

    • getUseEntryAllocator

      boolean getUseEntryAllocator()
      true if email allocator of the schedule entry should be used, false otherwise
      Since:
      4.0
    • setUseEntryAllocator

      void setUseEntryAllocator(boolean value)
      Defines whether the e-mail allocator of the schedule entry should be used.
      Parameters:
      value - provide true if email allocator of the schedule entry should be used, false otherwise
      Since:
      4.0
    • getEmail

      String getEmail()
      The email-addresses of recipients seperated by ";"
      Since:
      4.0
    • setEmail

      void setEmail(String value)
      Provide the email-addresses of recipients seperated by ";"
      Parameters:
      value - the email-addresses of recipients seperated by ";"
      Since:
      4.0
    • getSubject

      String getSubject()
      The subject of this email
      Since:
      4.0
    • setSubject

      void setSubject(String value)
      Provide the subject of this email
      Parameters:
      value - the subject of this email
      Since:
      4.0
    • getText

      String getText()
      The text of this email
      Since:
      4.0
    • setText

      void setText(String value)
      Provide the text of this email
      Parameters:
      value - the text of this email
      Since:
      4.0
    • getAppendLogFiles

      boolean getAppendLogFiles()
      true if log files should be attached to this mail, false otherwise
      Since:
      4.0
    • setAppendLogFiles

      void setAppendLogFiles(boolean value)
      Provide true if log files should be attached to this mail, false otherwise
      Parameters:
      value - true if log files should be attached to this mail, false otherwise
      Since:
      4.0