Class Filter

Filter class

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

public class Filter

Constructors

NameDescription
Filter()The default constructor.

Properties

NameDescription
Action { get; set; }Action that the filter performs.
Id { get; set; }The server assigned ID of the filter.
MatchingCriteria { get; set; }Matching criteria for the filter.

See Also