Class Profile
Profile for a Gmail user.
Implements
Inherited Members
Namespace: Google.Apis.Gmail.v1.Data
Assembly: Google.Apis.Gmail.v1.dll
Syntax
public class Profile : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EmailAddress
The user's email address.
Declaration
[JsonProperty("emailAddress")]
public virtual string EmailAddress { get; set; }
Property Value
Type | Description |
---|---|
string |
HistoryId
The ID of the mailbox's current history record.
Declaration
[JsonProperty("historyId")]
public virtual ulong? HistoryId { get; set; }
Property Value
Type | Description |
---|---|
ulong? |
MessagesTotal
The total number of messages in the mailbox.
Declaration
[JsonProperty("messagesTotal")]
public virtual int? MessagesTotal { get; set; }
Property Value
Type | Description |
---|---|
int? |
ThreadsTotal
The total number of threads in the mailbox.
Declaration
[JsonProperty("threadsTotal")]
public virtual int? ThreadsTotal { get; set; }
Property Value
Type | Description |
---|---|
int? |