Class AutoForwarding
Auto-forwarding settings for an account.
Implements
Inherited Members
Namespace: Google.Apis.Gmail.v1.Data
Assembly: Google.Apis.Gmail.v1.dll
Syntax
public class AutoForwarding : IDirectResponseSchema
Properties
Disposition
The state that a message should be left in after it has been forwarded.
Declaration
[JsonProperty("disposition")]
public virtual string Disposition { 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 |
EmailAddress
Email address to which all incoming messages are forwarded. This email address must be a verified member of the forwarding addresses.
Declaration
[JsonProperty("emailAddress")]
public virtual string EmailAddress { get; set; }
Property Value
Type | Description |
---|---|
string |
Enabled
Whether all incoming mail is automatically forwarded to another address.
Declaration
[JsonProperty("enabled")]
public virtual bool? Enabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |