Schnittstelle IMaildirMessageWorkflowEvent

Alle Superschnittstellen:
IMaildirWorkflowEvent, IWorkflowEvent, IWorkflowEventSourceWorkflowEvent

@Scriptable public interface IMaildirMessageWorkflowEvent extends IMaildirWorkflowEvent
  • Methodendetails

    • getMaildirDirectory

      Path getMaildirDirectory()
      Get the maildir directory that is being watched for messages.
      Gibt zurück:
      The maildir directory that is being watched for messages.
    • getMaildirFile

      Path getMaildirFile()
      Get the file that has been detected in the watched maildir directory.
      Gibt zurück:
      The file that has been detected in the watched maildir directory.
    • getMessage

      javax.mail.Message getMessage() throws Exception
      Get the message that created this event.
      Gibt zurück:
      The message that created this event.
      Löst aus:
      Exception - If the message could not be accessed, e.g. due to an network or parsing error.