Class Profile
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
EmailAddress
The user's email address.
public virtual string EmailAddress { get; set; }
Property Value
HistoryId
The ID of the mailbox's current history record.
public virtual ulong? HistoryId { get; set; }
Property Value
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?