Interface IProtectedAttachmentInput


public interface IProtectedAttachmentInput
This interface represents the protected mail body attachment input.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the protected attachment file path.
    Get the protected attachment file name.
  • Method Details

    • getFilePath

      String getFilePath()
      Get the protected attachment file path.
      Returns:
      absolute file path of attachment file.
    • getName

      String getName()
      Get the protected attachment file name.
      Returns:
      name of the file.