Table of Contents

Class Filter

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

Resource definition for Gmail filters. Filters apply to specific messages instead of an entire email thread.

public class Filter : IDirectResponseSchema
Inheritance
Filter
Implements
IDirectResponseSchema
Inherited Members

Constructors

Filter()

public Filter()

Properties

Action

Action that the filter performs.

public virtual FilterAction Action { get; set; }

Property Value

FilterAction

Criteria

Matching criteria for the filter.

public virtual FilterCriteria Criteria { get; set; }

Property Value

FilterCriteria

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

Id

The server assigned ID of the filter.

public virtual string Id { get; set; }

Property Value

string