Interface IProtectedAttachmentOutput


public interface IProtectedAttachmentOutput
This interface represents the protected mail body attachment output.
  • Method Summary

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

    • getFileId

      String getFileId()
      Get the protected attachment file id.
      Returns:
      Protected attachment file id.
    • getURL

      String getURL()
      Get the protected attachment file access url.
      Returns:
    • getFilePath

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

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