Table of Contents

Class Profile

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

Profile for a Gmail user.

public class Profile : IDirectResponseSchema
Inheritance
Profile
Implements
IDirectResponseSchema
Inherited Members

Constructors

Profile()

public Profile()

Properties

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

EmailAddress

The user's email address.

public virtual string EmailAddress { get; set; }

Property Value

string

HistoryId

The ID of the mailbox's current history record.

public virtual ulong? HistoryId { get; set; }

Property Value

ulong?

MessagesTotal

The total number of messages in the mailbox.

public virtual int? MessagesTotal { get; set; }

Property Value

int?

ThreadsTotal

The total number of threads in the mailbox.

public virtual int? ThreadsTotal { get; set; }

Property Value

int?