ExchangeServiceGetGroupConversationItems - метод
Gets the items for a conversation.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public Task<ConversationResponse> GetGroupConversationItems(
ConversationId conversationId,
PropertySet propertySet,
string syncState,
IEnumerable<FolderId> foldersToIgnore,
ConversationSortOrder? sortOrder,
string anchorMailbox,
CancellationToken token = default
)
Public Function GetGroupConversationItems (
conversationId As ConversationId,
propertySet As PropertySet,
syncState As String,
foldersToIgnore As IEnumerable(Of FolderId),
sortOrder As ConversationSortOrder?,
anchorMailbox As String,
Optional token As CancellationToken = Nothing
) As Task(Of ConversationResponse)
public:
Task<ConversationResponse^>^ GetGroupConversationItems(
ConversationId^ conversationId,
PropertySet^ propertySet,
String^ syncState,
IEnumerable<FolderId^>^ foldersToIgnore,
Nullable<ConversationSortOrder> sortOrder,
String^ anchorMailbox,
CancellationToken token = CancellationToken()
)
member GetGroupConversationItems :
conversationId : ConversationId *
propertySet : PropertySet *
syncState : string *
foldersToIgnore : IEnumerable<FolderId> *
sortOrder : Nullable<ConversationSortOrder> *
anchorMailbox : string *
?token : CancellationToken
(* Defaults:
let _token = defaultArg token new CancellationToken()
*)
-> Task<ConversationResponse>
- conversationId ConversationId
- The conversation id.
- propertySet PropertySet
- The set of properties to load.
- syncState String
- The optional sync state representing the point in time when to start the synchronization.
- foldersToIgnore IEnumerableFolderId
- The folders to ignore.
- sortOrder NullableConversationSortOrder
- Conversation item sort order.
- anchorMailbox String
- The smtp address of the mailbox hosting the conversations
- token CancellationToken (Optional)
-
TaskConversationResponseConversationResponseType response.
This API designed to be used primarily in groups scenarios where we want to set the
anchor mailbox header so that request is routed directly to the group mailbox backend server.