Interface IAttachmentInfo


@Scriptable public interface IAttachmentInfo
Provides information about an attachment.
  • Method Details

    • getId

      String getId()
      Returns:
      The ID.
    • getDisplayName

      String getDisplayName()
      Returns:
      The display name.
    • getPosition

      int getPosition()
      Returns:
      The position.
    • getSize

      int getSize()
      Returns:
      The size.