gmail  v1
Properties | List of all members
Google.Apis.Gmail.v1.Data.FilterCriteria Class Reference

Message matching criteria. More...

Inheritance diagram for Google.Apis.Gmail.v1.Data.FilterCriteria:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual System.Nullable< bool > ExcludeChats [get, set]
 Whether the response should exclude chats. More...
 
virtual string From [get, set]
 The sender's display name or email address. More...
 
virtual System.Nullable< bool > HasAttachment [get, set]
 Whether the message has any attachment. More...
 
virtual string NegatedQuery [get, set]
 Only return messages not matching the specified query. Supports the same query format as the Gmail search box. For example, "from:someuser@example.com rfc822msgid: is:unread". More...
 
virtual string Query [get, set]
 Only return messages matching the specified query. Supports the same query format as the Gmail search box. For example, "from:someuser@example.com rfc822msgid: is:unread". More...
 
virtual System.Nullable< int > Size [get, set]
 The size of the entire RFC822 message in bytes, including all headers and attachments. More...
 
virtual string SizeComparison [get, set]
 How the message size in bytes should be in relation to the size field. More...
 
virtual string Subject [get, set]
 Case-insensitive phrase found in the message's subject. Trailing and leading whitespace are be trimmed and adjacent spaces are collapsed. More...
 
virtual string To [get, set]
 The recipient's display name or email address. Includes recipients in the "to", "cc", and "bcc" header fields. You can use simply the local part of the email address. For example, "example" and "example@" both match "example@gmail.com". This field is case-insensitive. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

Message matching criteria.

Property Documentation

◆ ETag

virtual string Google.Apis.Gmail.v1.Data.FilterCriteria.ETag
getset

The ETag of the item.

◆ ExcludeChats

virtual System.Nullable<bool> Google.Apis.Gmail.v1.Data.FilterCriteria.ExcludeChats
getset

Whether the response should exclude chats.

◆ From

virtual string Google.Apis.Gmail.v1.Data.FilterCriteria.From
getset

The sender's display name or email address.

◆ HasAttachment

virtual System.Nullable<bool> Google.Apis.Gmail.v1.Data.FilterCriteria.HasAttachment
getset

Whether the message has any attachment.

◆ NegatedQuery

virtual string Google.Apis.Gmail.v1.Data.FilterCriteria.NegatedQuery
getset

Only return messages not matching the specified query. Supports the same query format as the Gmail search box. For example, "from:someuser@example.com rfc822msgid: is:unread".

◆ Query

virtual string Google.Apis.Gmail.v1.Data.FilterCriteria.Query
getset

Only return messages matching the specified query. Supports the same query format as the Gmail search box. For example, "from:someuser@example.com rfc822msgid: is:unread".

◆ Size

virtual System.Nullable<int> Google.Apis.Gmail.v1.Data.FilterCriteria.Size
getset

The size of the entire RFC822 message in bytes, including all headers and attachments.

◆ SizeComparison

virtual string Google.Apis.Gmail.v1.Data.FilterCriteria.SizeComparison
getset

How the message size in bytes should be in relation to the size field.

◆ Subject

virtual string Google.Apis.Gmail.v1.Data.FilterCriteria.Subject
getset

Case-insensitive phrase found in the message's subject. Trailing and leading whitespace are be trimmed and adjacent spaces are collapsed.

◆ To

virtual string Google.Apis.Gmail.v1.Data.FilterCriteria.To
getset

The recipient's display name or email address. Includes recipients in the "to", "cc", and "bcc" header fields. You can use simply the local part of the email address. For example, "example" and "example@" both match "example@gmail.com". This field is case-insensitive.


The documentation for this class was generated from the following file: