ExchangeServiceSetFlagStatusForItemsInConversations - метод
Sets flag status for items in conversation. Calling this method would result in call to EWS.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public Task<ServiceResponseCollection<ServiceResponse>> SetFlagStatusForItemsInConversations(
IEnumerable<KeyValuePair<ConversationId, DateTime?>> idLastSyncTimePairs,
FolderId contextFolderId,
Flag flagStatus,
CancellationToken token = default
)
Public Function SetFlagStatusForItemsInConversations (
idLastSyncTimePairs As IEnumerable(Of KeyValuePair(Of ConversationId, DateTime?)),
contextFolderId As FolderId,
flagStatus As Flag,
Optional token As CancellationToken = Nothing
) As Task(Of ServiceResponseCollection(Of ServiceResponse))
public:
Task<ServiceResponseCollection<ServiceResponse^>^>^ SetFlagStatusForItemsInConversations(
IEnumerable<KeyValuePair<ConversationId^, Nullable<DateTime>>>^ idLastSyncTimePairs,
FolderId^ contextFolderId,
Flag^ flagStatus,
CancellationToken token = CancellationToken()
)
member SetFlagStatusForItemsInConversations :
idLastSyncTimePairs : IEnumerable<KeyValuePair<ConversationId, Nullable<DateTime>>> *
contextFolderId : FolderId *
flagStatus : Flag *
?token : CancellationToken
(* Defaults:
let _token = defaultArg token new CancellationToken()
*)
-> Task<ServiceResponseCollection<ServiceResponse>>
- idLastSyncTimePairs IEnumerableKeyValuePairConversationId, NullableDateTime
- The pairs of Id of conversation whose
items should have their read state set and the date and time conversation
was last synced (Items received after that date will not have their read
state set).
- contextFolderId FolderId
- The Id of the folder that contains the conversation.
- flagStatus Flag
- Flag status to apply to conversation items.
- token CancellationToken (Optional)
-
TaskServiceResponseCollectionServiceResponse