ActivityClient.GetClient
Contents
[
Hide
]GetClient(IMultipleServicesTokenProvider, string)
Initializes a new instance of the ActivityClient
based class
public static IActivityClient GetClient(IMultipleServicesTokenProvider tokenProvider,
string tenantId)
Parameter | Type | Description |
---|---|---|
tokenProvider | IMultipleServicesTokenProvider | Token provider allows to retrieve OAuth access token |
tenantId | String | A tenant is representation of an organization. It’s a dedicated instance of Azure AD that an organization or app developer receives when the organization or app developer, creates a relationship with Microsoft like signing up for Azure, Microsoft Intune, or Microsoft 365. |
Return Value
Returns IActivityClient object
See Also
- interface IActivityClient
- interface IMultipleServicesTokenProvider
- class ActivityClient
- namespace Aspose.Email.Clients.Activity
- assembly Aspose.Email
GetClient(ITokenProvider, string)
Initializes a new instance of the ActivityClient
based class
public static IActivityClient GetClient(ITokenProvider tokenProvider, string tenantId)
Parameter | Type | Description |
---|---|---|
tokenProvider | ITokenProvider | Token provider allows to retrieve OAuth access token |
tenantId | String | A tenant is representation of an organization. It’s a dedicated instance of Azure AD that an organization or app developer receives when the organization or app developer, creates a relationship with Microsoft like signing up for Azure, Microsoft Intune, or Microsoft 365. |
Return Value
Returns IActivityClient object
See Also
- interface IActivityClient
- interface ITokenProvider
- class ActivityClient
- namespace Aspose.Email.Clients.Activity
- assembly Aspose.Email