Office365GroupsMailClient.ListGroupThreadsAsync Method
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.
List the threads of a group
public virtual Azure.AsyncPageable<Azure.Connectors.Sdk.Office365GroupsMail.Models.ConversationThread> ListGroupThreadsAsync(string groupId, System.Threading.CancellationToken cancellationToken = default);
abstract member ListGroupThreadsAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.Connectors.Sdk.Office365GroupsMail.Models.ConversationThread>
override this.ListGroupThreadsAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.Connectors.Sdk.Office365GroupsMail.Models.ConversationThread>
Public Overridable Function ListGroupThreadsAsync (groupId As String, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ConversationThread)
Parameters
- groupId
- String
Group ID
- cancellationToken
- CancellationToken
Cancellation token.
Returns
An async enumerable of ConversationThread items across all pages.
Remarks
Get all the threads of a group.