Class UsersResource.HistoryResource
The "history" collection of methods.
Inheritance
System.Object
UsersResource.HistoryResource
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
Assembly: Google.Apis.Gmail.v1.dll
Syntax
public class HistoryResource
Constructors
HistoryResource(IClientService)
Constructs a new resource.
Declaration
public HistoryResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
List(String)
Lists the history of all changes to the given mailbox. History results are returned in chronological order (increasing historyId).
Declaration
public virtual UsersResource.HistoryResource.ListRequest List(string userId)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | userId | The user's email address. The special value me can be used to indicate the authenticated user. |
Returns
| Type | Description |
|---|---|
| UsersResource.HistoryResource.ListRequest |