ExchangeServiceDisableAlwaysDeleteItemsInConversations - метод |
Sets up a conversation so that any item received within that conversation is no longer moved to Deleted Items folder.
Calling this method results in a call to EWS.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public Task<ServiceResponseCollection<ServiceResponse>> DisableAlwaysDeleteItemsInConversations(
IEnumerable<ConversationId> conversationId,
bool processSynchronously,
CancellationToken token = default
)
Public Function DisableAlwaysDeleteItemsInConversations (
conversationId As IEnumerable(Of ConversationId),
processSynchronously As Boolean,
Optional token As CancellationToken = Nothing
) As Task(Of ServiceResponseCollection(Of ServiceResponse))
public:
Task<ServiceResponseCollection<ServiceResponse^>^>^ DisableAlwaysDeleteItemsInConversations(
IEnumerable<ConversationId^>^ conversationId,
bool processSynchronously,
CancellationToken token = CancellationToken()
)
member DisableAlwaysDeleteItemsInConversations :
conversationId : IEnumerable<ConversationId> *
processSynchronously : bool *
?token : CancellationToken
(* Defaults:
let _token = defaultArg token new CancellationToken()
*)
-> Task<ServiceResponseCollection<ServiceResponse>>
Параметры
- conversationId
- Тип: System.Collections.GenericIEnumerableConversationId
The id of the conversation. - processSynchronously
- Тип: SystemBoolean
Indicates whether the method should return only once disabling this rule and restoring the items
in the conversation is completely done. If processSynchronously is false, the method returns immediately. - token (Optional)
- Тип: System.ThreadingCancellationToken
Возвращаемое значение
Тип:
TaskServiceResponseCollectionServiceResponseСм. также