Class MailOptions
Additional options for Gmail search
Implements
Inherited Members
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? |