Class ItemAttachment

java.lang.Object
com.independentsoft.graph.Attachment
com.independentsoft.graph.ItemAttachment
All Implemented Interfaces:
ICreatable

public class ItemAttachment extends Attachment
Represents an Outlook item attached to a message, event, or post in Microsoft Graph.

An ItemAttachment wraps another Outlook item – such as a message, event, or contact – as an attachment. It is one of the concrete Attachment types.

Since:
1.0
See Also:
itemAttachment resource type, Attachment, FileAttachment
  • Constructor Details

    • ItemAttachment

      public ItemAttachment()
    • ItemAttachment

      public ItemAttachment(JsonObject jsonObject)
  • Method Details