Table of Contents

Class UsersResource.HistoryResource

Namespace
Google.Apis.Gmail.v1
Assembly
Google.Apis.Gmail.v1.dll

The "history" collection of methods.

public class UsersResource.HistoryResource
Inheritance
UsersResource.HistoryResource
Inherited Members

Constructors

HistoryResource(IClientService)

Constructs a new resource.

public HistoryResource(IClientService service)

Parameters

service IClientService

Methods

List(string)

Lists the history of all changes to the given mailbox. History results are returned in chronological order (increasing historyId).

public virtual UsersResource.HistoryResource.ListRequest List(string userId)

Parameters

userId string

The user's email address. The special value me can be used to indicate the authenticated user.

Returns

UsersResource.HistoryResource.ListRequest