Table of Contents

Class ImapSettings

Namespace
Google.Apis.Gmail.v1.Data
Assembly
Google.Apis.Gmail.v1.dll

IMAP settings for an account.

public class ImapSettings : IDirectResponseSchema
Inheritance
ImapSettings
Implements
IDirectResponseSchema
Inherited Members

Constructors

ImapSettings()

public ImapSettings()

Properties

AutoExpunge

If this value is true, Gmail will immediately expunge a message when it is marked as deleted in IMAP. Otherwise, Gmail will wait for an update from the client before expunging messages marked as deleted.

public virtual bool? AutoExpunge { get; set; }

Property Value

bool?

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

Enabled

Whether IMAP is enabled for the account.

public virtual bool? Enabled { get; set; }

Property Value

bool?

ExpungeBehavior

The action that will be executed on a message when it is marked as deleted and expunged from the last visible IMAP folder.

public virtual string ExpungeBehavior { get; set; }

Property Value

string

MaxFolderSize

An optional limit on the number of messages that an IMAP folder may contain. Legal values are 0, 1000, 2000, 5000 or 10000. A value of zero is interpreted to mean that there is no limit.

public virtual int? MaxFolderSize { get; set; }

Property Value

int?