Class MailboxItem

java.lang.Object
com.independentsoft.graph.mails.MailboxItem

public class MailboxItem extends Object
Represents an item in a mailboxFolder, accessed through the Exchange mailbox import and export APIs. Items are Exchange mailbox items like message, task, event, contact, or note. Available only in the Microsoft Graph beta endpoint and requires administrator permissions.
  • Constructor Details

    • MailboxItem

      public MailboxItem()
    • MailboxItem

      public MailboxItem(JsonObject jsonObject)
  • Method Details

    • getId

      public String getId()
    • getChangeKey

      public String getChangeKey()
    • getCategories

      public List<String> getCategories()
    • getCreatedTime

      public Date getCreatedTime()
    • getLastModifiedTime

      public Date getLastModifiedTime()
    • getSize

      public long getSize()
    • getType

      public String getType()
    • getExtendedProperties

      public List<ExtendedProperty> getExtendedProperties()