Show / Hide Table of Contents

Class MailOptions

Additional options for Gmail search

Inheritance
object
MailOptions
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Vault.v1.Data
Assembly: Google.Apis.Vault.v1.dll
Syntax
public class MailOptions : IDirectResponseSchema

Properties

ClientSideEncryptedOption

Specifies whether the results should include encrypted content, unencrypted content, or both. Defaults to including both.

Declaration
[JsonProperty("clientSideEncryptedOption")]
public virtual string ClientSideEncryptedOption { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExcludeDrafts

Set to true to exclude drafts.

Declaration
[JsonProperty("excludeDrafts")]
public virtual bool? ExcludeDrafts { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX