ActivityClient

ActivityClient class

Provides access to MS Exchange Server (Office365) by using REST API.

The ActivityClient type exposes the following members:

Properties

NameDescription
timeoutGets or sets the number of milliseconds to wait before the operation times out.
The default value is 100,000 milliseconds (100 seconds).
multiple_services_token_providerGets or sets an object allows to retrieve OAuth access token.
token_providerGets or sets an object allows to retrieve OAuth access token.
tenant_idGets or sets tenant identifier
resource_idGets or sets resource id.
For instance for users it may be user principal name (UPN) or user id

Methods

NameDescription
get_client(token_provider, tenant_id)
get_client(token_provider, tenant_id)
list_content(content_type)
list_content(content_type, start_time, end_time)
list_friendly_names()
list_subscriptions()
start_subscription(content_type, webhook)
stop_subscription(content_type)
fetch_content(content_id)

See Also