Interface IBadMailWorkflowEvent

All Superinterfaces:
ISendMailWorkflowEvent, IWorkflowEvent

@Scriptable public interface IBadMailWorkflowEvent extends ISendMailWorkflowEvent
Since:
Intrexx 7.0.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the file in the badmail directory.
    Get the exception that is associated with this event.
  • Method Details

    • getFile

      Path getFile()
      Get the file in the badmail directory.
      Returns:
      The file in the badmail directory.
    • getReason

      Throwable getReason()
      Get the exception that is associated with this event.
      Returns:
      The exception that is associated with this event, or null.