Show / Hide Table of Contents

Class Profile

Profile for a Gmail user.

Inheritance
System.Object
Profile
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Gmail.v1.Data
Assembly: Google.Apis.Gmail.v1.dll
Syntax
public class Profile : IDirectResponseSchema

Properties

EmailAddress

The user's email address.

Declaration
[JsonProperty("emailAddress")]
public virtual string EmailAddress { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

HistoryId

The ID of the mailbox's current history record.

Declaration
[JsonProperty("historyId")]
public virtual ulong? HistoryId { get; set; }
Property Value
Type Description
System.Nullable<System.UInt64>

MessagesTotal

The total number of messages in the mailbox.

Declaration
[JsonProperty("messagesTotal")]
public virtual int? MessagesTotal { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

ThreadsTotal

The total number of threads in the mailbox.

Declaration
[JsonProperty("threadsTotal")]
public virtual int? ThreadsTotal { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Implements

IDirectResponseSchema
Back to top