Office365GroupsMailClient Class

Definition

Typed client for office365groupsmail connector.

public class Office365GroupsMailClient : Azure.Connectors.Sdk.ConnectorClientBase
type Office365GroupsMailClient = class
    inherit ConnectorClientBase
Public Class Office365GroupsMailClient
Inherits ConnectorClientBase
Inheritance
Office365GroupsMailClient

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)

Methods

Name Description
CallConnectorAsync(HttpMethod, String, Object, CancellationToken)

Sends a connector API request with no response body. Uses the Azure.Core HttpPipeline for retry, authentication, and diagnostics.

(Inherited from ConnectorClientBase)
CallConnectorAsync<TResponse>(HttpMethod, String, Object, CancellationToken)

Sends a connector API request and deserializes the JSON response. Uses the Azure.Core HttpPipeline for retry, authentication, and diagnostics.

(Inherited from ConnectorClientBase)
CreateConversationAsync(String, CreateConversationBody, CancellationToken)

Create a new conversation in a group

CreateConversationThreadAsync(String, String, CreateConversationBody, CancellationToken)

Create a conversation thread

CreateGroupThreadAsync(String, CreateConversationBody, CancellationToken)

Start a new group conversation by creating a thread

DeleteConversationThreadAsync(String, String, CancellationToken)

Delete a conversation thread

Dispose() (Inherited from ConnectorClientBase)
Dispose(Boolean)

Disposes the connector client resources.

(Inherited from ConnectorClientBase)
ForwardAsync(String, String, String, String, ForwardPostBody, CancellationToken)

Forward a post

GetAttachmentsAsync(String, String, String, CancellationToken)

List the attachments of a post

GetConversationThreadAsync(String, String, CancellationToken)

Get a conversation thread

GetGroupConversationAsync(String, String, CancellationToken)

Get a group conversation

GetThreadAsync(String, String, String, CancellationToken)

Get a thread post

HttpRequestAsync(Byte[], CancellationToken)

Send an HTTP request

ListConversationsAsync(String, CancellationToken)

List the conversations of a group

ListConversationThreadsAsync(String, String, CancellationToken)

List the conversation threads of a conversation

ListGroupsAsync(CancellationToken)

List user groups

ListGroupThreadsAsync(String, CancellationToken)

List the threads of a group

ListThreadPostsAsync(String, String, CancellationToken)

List the posts of a conversation thread

ReplyAsync(String, String, String, ReplyConversationThreadBody, CancellationToken)

Reply to a post

ReplyToAThreadAsync(String, String, ReplyConversationThreadBody, CancellationToken)

Reply to a conversation thread

ResolveUrl(String)

Resolves a relative path or validates an absolute URL against the connection runtime URL. When the NextLink host matches the connection URL, it's used as-is. When it doesn't match (codeless connectors like ARM return nextLink pointing to the backend host e.g. management.azure.com), the path+query is extracted and routed through the APIM proxy. This is safe because the request still goes through the connection runtime URL with API Hub auth.

(Inherited from ConnectorClientBase)

Applies to