Table of Contents

Class BatchModifyMessagesRequest

Namespace
Google.Apis.Gmail.v1.Data
Assembly
Google.Apis.Gmail.v1.dll
public class BatchModifyMessagesRequest : IDirectResponseSchema
Inheritance
BatchModifyMessagesRequest
Implements
IDirectResponseSchema
Inherited Members

Constructors

BatchModifyMessagesRequest()

public BatchModifyMessagesRequest()

Properties

AddLabelIds

A list of label IDs to add to messages.

public virtual IList<string> AddLabelIds { get; set; }

Property Value

IList<string>

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

Ids

The IDs of the messages to modify. There is a limit of 1000 ids per request.

public virtual IList<string> Ids { get; set; }

Property Value

IList<string>

RemoveLabelIds

A list of label IDs to remove from messages.

public virtual IList<string> RemoveLabelIds { get; set; }

Property Value

IList<string>