Class Label
Labels are used to categorize messages and threads within the user's mailbox.
public class Label : IDirectResponseSchema
- Inheritance
-
Label
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
Label()
public Label()
Properties
Color
The color to assign to the label. Color is only available for labels that have their type
set to
user
.
public virtual LabelColor Color { get; set; }
Property Value
ETag
The ETag of the item.
public virtual string ETag { get; set; }
Property Value
Id
The immutable ID of the label.
public virtual string Id { get; set; }
Property Value
LabelListVisibility
The visibility of the label in the label list in the Gmail web interface.
public virtual string LabelListVisibility { get; set; }
Property Value
MessageListVisibility
The visibility of messages with this label in the message list in the Gmail web interface.
public virtual string MessageListVisibility { get; set; }
Property Value
MessagesTotal
The total number of messages with the label.
public virtual int? MessagesTotal { get; set; }
Property Value
- int?
MessagesUnread
The number of unread messages with the label.
public virtual int? MessagesUnread { get; set; }
Property Value
- int?
Name
The display name of the label.
public virtual string Name { get; set; }
Property Value
ThreadsTotal
The total number of threads with the label.
public virtual int? ThreadsTotal { get; set; }
Property Value
- int?
ThreadsUnread
The number of unread threads with the label.
public virtual int? ThreadsUnread { get; set; }
Property Value
- int?
Type
The owner type for the label. User labels are created by the user and can be modified and deleted
by the user and can be applied to any message or thread. System labels are internally created and cannot be
added, modified, or deleted. System labels may be able to be applied to or removed from messages and threads
under some circumstances but this is not guaranteed. For example, users can apply and remove the INBOX
and
UNREAD
labels from messages and threads, but cannot apply or remove the DRAFTS
or SENT
labels from
messages or threads.
public virtual string Type { get; set; }