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