GraphClient
Contents
[
Hide
]GraphClient class
Provides access to MS Exchange Server (Office365) by using REST API.
The GraphClient type exposes the following members:
Properties
| Name | Description |
|---|---|
| timeout | Gets 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_provider | Gets or sets an object allows to retrieve OAuth access token. |
| token_provider | Gets or sets an object allows to retrieve OAuth access token. |
| tenant_id | Gets or sets tenant identifier |
| resource_id | Gets or sets resource id. For instance for users it may be user principal name (UPN) or user id |
| end_point | Gets or sets Microsoft Graph REST API endpoint. If not specified, the default is “https://graph.microsoft.com”. |
| resource | Gets or sets resource type. |
Methods
| Name | Description |
|---|---|
| get_client(token_provider, tenant_id) | |
| get_client(token_provider, tenant_id) |
See Also
- namespace aspose.email.clients.graph
- assembly Aspose.Email