ExchangeServiceGetGroupConversationItems - метод |
Gets the items for a conversation.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис 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
- Тип: Tessa.Exchange.WebServices.DataConversationId
The conversation id. - propertySet
- Тип: Tessa.Exchange.WebServices.DataPropertySet
The set of properties to load. - syncState
- Тип: SystemString
The optional sync state representing the point in time when to start the synchronization. - foldersToIgnore
- Тип: System.Collections.GenericIEnumerableFolderId
The folders to ignore. - sortOrder
- Тип: SystemNullableConversationSortOrder
Conversation item sort order. - anchorMailbox
- Тип: SystemString
The smtp address of the mailbox hosting the conversations - token (Optional)
- Тип: System.ThreadingCancellationToken
Возвращаемое значение
Тип:
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.
См. также