Interface IAttachment


public interface IAttachment
This interface represents the mail Attachment.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the attachment file path.
    Get the attachment name.
    Get the attachment unique reference id.
    Get the attachment type.
  • Method Details

    • getFilePath

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

      String getRefId()
      Get the attachment unique reference id.
      Returns:
      Attachment unique reference id.
    • getName

      String getName()
      Get the attachment name.
      Returns:
      Attachment name.
    • getType

      String getType()
      Get the attachment type.
      Returns:
      Attachment type.