Class ForwardingAddress
Settings for a forwarding address.
Inheritance
System.Object
ForwardingAddress
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Gmail.v1.Data
Assembly: Google.Apis.Gmail.v1.dll
Syntax
public class ForwardingAddress : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ForwardingEmail
An email address to which messages can be forwarded.
Declaration
[JsonProperty("forwardingEmail")]
public virtual string ForwardingEmail { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
VerificationStatus
Indicates whether this address has been verified and is usable for forwarding. Read-only.
Declaration
[JsonProperty("verificationStatus")]
public virtual string VerificationStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |