ConversationEnableAlwaysMoveItems - метод
Sets up a conversation so that any item received within that conversation is always moved to a specific 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 EnableAlwaysMoveItems(
FolderId destinationFolderId,
bool processSynchronously
)
Public Function EnableAlwaysMoveItems (
destinationFolderId As FolderId,
processSynchronously As Boolean
) As Task
public:
Task^ EnableAlwaysMoveItems(
FolderId^ destinationFolderId,
bool processSynchronously
)
member EnableAlwaysMoveItems :
destinationFolderId : FolderId *
processSynchronously : bool -> Task
- destinationFolderId FolderId
- The Id of the folder to which conversation items should be moved.
- processSynchronously Boolean
- Indicates whether the method should return only once enabling this rule
and moving existing items in the conversation is completely done. If processSynchronously is false, the method
returns immediately.
Task