Class Delegate
Settings for a delegate. Delegates can read, send, and delete messages, as well as view and add contacts, for the delegator's account. See "Set up mail delegation" for more information about delegates.
Inheritance
System.Object
Delegate
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 Delegate : IDirectResponseSchema
Properties
DelegateEmail
The email address of the delegate.
Declaration
[JsonProperty("delegateEmail")]
public virtual string DelegateEmail { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
VerificationStatus
Indicates whether this address has been verified and can act as a delegate for the account. Read- only.
Declaration
[JsonProperty("verificationStatus")]
public virtual string VerificationStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |