gmail  v1
Properties | List of all members
Google.Apis.Gmail.v1.Data.History Class Reference

A record of a change to the user's mailbox. Each history change may affect multiple messages in multiple ways. More...

Inheritance diagram for Google.Apis.Gmail.v1.Data.History:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual System.Nullable< ulong > Id [get, set]
 The mailbox sequence ID. More...
 
virtual System.Collections.Generic.IList< HistoryLabelAddedLabelsAdded [get, set]
 Labels added to messages in this history record. More...
 
virtual System.Collections.Generic.IList< HistoryLabelRemovedLabelsRemoved [get, set]
 Labels removed from messages in this history record. More...
 
virtual System.Collections.Generic.IList< MessageMessages [get, set]
 List of messages changed in this history record. The fields for specific change types, such as messagesAdded may duplicate messages in this field. We recommend using the specific change-type fields instead of this. More...
 
virtual System.Collections.Generic.IList< HistoryMessageAddedMessagesAdded [get, set]
 Messages added to the mailbox in this history record. More...
 
virtual System.Collections.Generic.IList< HistoryMessageDeletedMessagesDeleted [get, set]
 Messages deleted (not Trashed) from the mailbox in this history record. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

A record of a change to the user's mailbox. Each history change may affect multiple messages in multiple ways.

Property Documentation

◆ ETag

virtual string Google.Apis.Gmail.v1.Data.History.ETag
getset

The ETag of the item.

◆ Id

virtual System.Nullable<ulong> Google.Apis.Gmail.v1.Data.History.Id
getset

The mailbox sequence ID.

◆ LabelsAdded

virtual System.Collections.Generic.IList<HistoryLabelAdded> Google.Apis.Gmail.v1.Data.History.LabelsAdded
getset

Labels added to messages in this history record.

◆ LabelsRemoved

virtual System.Collections.Generic.IList<HistoryLabelRemoved> Google.Apis.Gmail.v1.Data.History.LabelsRemoved
getset

Labels removed from messages in this history record.

◆ Messages

virtual System.Collections.Generic.IList<Message> Google.Apis.Gmail.v1.Data.History.Messages
getset

List of messages changed in this history record. The fields for specific change types, such as messagesAdded may duplicate messages in this field. We recommend using the specific change-type fields instead of this.

◆ MessagesAdded

virtual System.Collections.Generic.IList<HistoryMessageAdded> Google.Apis.Gmail.v1.Data.History.MessagesAdded
getset

Messages added to the mailbox in this history record.

◆ MessagesDeleted

virtual System.Collections.Generic.IList<HistoryMessageDeleted> Google.Apis.Gmail.v1.Data.History.MessagesDeleted
getset

Messages deleted (not Trashed) from the mailbox in this history record.


The documentation for this class was generated from the following file: