Table of Contents

Class Thread

Namespace
Google.Apis.Gmail.v1.Data
Assembly
Google.Apis.Gmail.v1.dll

A collection of messages representing a conversation.

public class Thread : IDirectResponseSchema
Inheritance
Thread
Implements
IDirectResponseSchema
Inherited Members

Constructors

Thread()

public Thread()

Properties

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

HistoryId

The ID of the last history record that modified this thread.

public virtual ulong? HistoryId { get; set; }

Property Value

ulong?

Id

The unique ID of the thread.

public virtual string Id { get; set; }

Property Value

string

Messages

The list of messages in the thread.

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

Property Value

IList<Message>

Snippet

A short part of the message text.

public virtual string Snippet { get; set; }

Property Value

string