Interface IItemAttachmentDelta


public interface IItemAttachmentDelta
A record to create or remove an attachment from an item.
  • Method Summary

    Modifier and Type
    Method
    Description
    The name of the attachment field.
    The local file which contains the content for an added attachment.
    The name of the attachment.
    The summary for the attachment.
  • Method Details

    • getFieldName

      String getFieldName() throws TMAPIException
      The name of the attachment field.
      Returns:
      The name of the attachment field.
      Throws:
      TMAPIException - Reserved exception.
    • getFile

      File getFile() throws TMAPIException
      The local file which contains the content for an added attachment.
      Returns:
      The local file that will be an attachment.
      Throws:
      TMAPIException - Reserved exception.
    • getName

      String getName() throws TMAPIException
      The name of the attachment.
      Returns:
      The name of the attachment.
      Throws:
      TMAPIException - Reserved exception.
    • getSummary

      String getSummary() throws TMAPIException
      The summary for the attachment.
      Returns:
      The summary for the attachment.
      Throws:
      TMAPIException - Reserved exception.