Office365GroupsMailClient Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Typed client for office365groupsmail connector.
public class Office365GroupsMailClient : Azure.Connectors.Sdk.ConnectorClientBase
type Office365GroupsMailClient = class
inherit ConnectorClientBase
Public Class Office365GroupsMailClient
Inherits ConnectorClientBase
- Inheritance
Constructors
| Name | Description |
|---|---|
| Office365GroupsMailClient() | |
| Office365GroupsMailClient(String) |
Creates a new Office365GroupsMailClient with the specified connection runtime URL string. Uses ManagedIdentityCredential by default. |
| Office365GroupsMailClient(Uri, TokenCredential, ConnectorClientOptions) |
Creates a new Office365GroupsMailClient with the specified connection runtime URL and credential. |
| Office365GroupsMailClient(Uri, TokenCredential) |
Creates a new Office365GroupsMailClient with the specified connection runtime URL and credential. |
| Office365GroupsMailClient(Uri) |
Creates a new Office365GroupsMailClient with the specified connection runtime URL. Uses ManagedIdentityCredential by default. |
Properties
| Name | Description |
|---|---|
| ConnectorName | |
| Pipeline |
Gets the HTTP pipeline for making connector requests. (Inherited from ConnectorClientBase) |