Table of Contents

Class AutoForwarding

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

Auto-forwarding settings for an account.

public class AutoForwarding : IDirectResponseSchema
Inheritance
AutoForwarding
Implements
IDirectResponseSchema
Inherited Members

Constructors

AutoForwarding()

public AutoForwarding()

Properties

Disposition

The state that a message should be left in after it has been forwarded.

public virtual string Disposition { get; set; }

Property Value

string

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

EmailAddress

Email address to which all incoming messages are forwarded. This email address must be a verified member of the forwarding addresses.

public virtual string EmailAddress { get; set; }

Property Value

string

Enabled

Whether all incoming mail is automatically forwarded to another address.

public virtual bool? Enabled { get; set; }

Property Value

bool?