Class UsersResource.HistoryResource
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
stringThe user's email address. The special value
me
can be used to indicate the authenticated user.