Table of Contents

Class FilterAction

Namespace
Google.Apis.Gmail.v1.Data
Assembly
Google.Apis.Gmail.v1.dll

A set of actions to perform on a message.

public class FilterAction : IDirectResponseSchema
Inheritance
FilterAction
Implements
IDirectResponseSchema
Inherited Members

Constructors

FilterAction()

public FilterAction()

Properties

AddLabelIds

List of labels to add to the message.

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

Forward

Email address that the message should be forwarded to.

public virtual string Forward { get; set; }

Property Value

string

RemoveLabelIds

List of labels to remove from the message.

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

Property Value

IList<string>