Interface IExchangeServiceErrorMailer


public interface IExchangeServiceErrorMailer
EMail Error Mailer
Author:
I-D Media AG
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Adds an error description to the error list
    boolean
    Sends the error list from the object with the smtp data given to the constructor.
  • Method Details

    • pushError

      boolean pushError(String Text)
      Adds an error description to the error list
      Parameters:
      Text - Description of error
      Returns:
    • sendMail

      boolean sendMail()
      Sends the error list from the object with the smtp data given to the constructor.
      Returns: