ConversationDisableAlwaysDeleteItems - метод
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.6.0.22
public Task DisableAlwaysDeleteItems(
bool processSynchronously
)
Public Function DisableAlwaysDeleteItems (
processSynchronously As Boolean
) As Task
public:
Task^ DisableAlwaysDeleteItems(
bool processSynchronously
)
member DisableAlwaysDeleteItems :
processSynchronously : bool -> Task
- processSynchronously Boolean
- 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.
Task