Show / Hide Table of Contents

Class UsersResource.HistoryResource

The "history" collection of methods.

Inheritance
object
UsersResource.HistoryResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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).

Declaration
public virtual UsersResource.HistoryResource.ListRequest List(string userId)
Parameters
Type Name Description
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
In this article
Back to top Generated by DocFX