Show / Hide Table of Contents

Class MailExportOptions

Options for Gmail exports.

Inheritance
object
MailExportOptions
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 MailExportOptions : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

ExportFormat

The file format for exported messages.

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

ExportLinkedDriveFiles

Optional. To enable exporting linked Drive files, set to true.

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

ShowConfidentialModeContent

To export confidential mode content, set to true.

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

UseNewExport

To use the new export system, set to true.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX