Class UsersResource.HistoryResource
The "history" collection of methods.
Inherited Members
Namespace: Google.Apis.Gmail.v1
Assembly: Google.Apis.Gmail.v1.dll
Syntax
public class UsersResource.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). For more information, see Synchronize clients with
Gmail.
Declaration
public virtual UsersResource.HistoryResource.ListRequest List(string userId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | userId | The user's email address. The special value |
Returns
| Type | Description |
|---|---|
| UsersResource.HistoryResource.ListRequest |