ConversationDisableAlwaysMoveItemsInConversation - метод |
Sets up a conversation so that any item received within that conversation is no longer moved to a specific
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 DisableAlwaysMoveItemsInConversation(
bool processSynchronously
)
Public Function DisableAlwaysMoveItemsInConversation (
processSynchronously As Boolean
) As Task
public:
Task^ DisableAlwaysMoveItemsInConversation(
bool processSynchronously
)
member DisableAlwaysMoveItemsInConversation :
processSynchronously : bool -> Task
Параметры
- processSynchronously
- Тип: SystemBoolean
Indicates whether the method should return only once disabling this
rule is completely done. If processSynchronously is false, the method returns immediately.
Возвращаемое значение
Тип:
TaskСм. также