Table of Contents

Class ListMessagesResponse

Namespace
Google.Apis.Gmail.v1.Data
Assembly
Google.Apis.Gmail.v1.dll
public class ListMessagesResponse : IDirectResponseSchema
Inheritance
ListMessagesResponse
Implements
IDirectResponseSchema
Inherited Members

Constructors

ListMessagesResponse()

public ListMessagesResponse()

Properties

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

Messages

List of messages. Note that each message resource contains only an id and a threadId. Additional message details can be fetched using the messages.get method.

public virtual IList<Message> Messages { get; set; }

Property Value

IList<Message>

NextPageToken

Token to retrieve the next page of results in the list.

public virtual string NextPageToken { get; set; }

Property Value

string

ResultSizeEstimate

Estimated total number of results.

public virtual long? ResultSizeEstimate { get; set; }

Property Value

long?