Class MailExportOptions
Options for Gmail exports.
Implements
Inherited Members
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? |