Для изменения размера нажмите или перетащите

ExchangeServiceEnableAlwaysMoveItemsInConversations - метод

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.5.0.19
Синтаксис
public Task<ServiceResponseCollection<ServiceResponse>> EnableAlwaysMoveItemsInConversations(
	IEnumerable<ConversationId> conversationId,
	FolderId destinationFolderId,
	bool processSynchronously,
	CancellationToken token = default
)

Параметры

conversationId
Тип: System.Collections.GenericIEnumerableConversationId
The id of the conversation.
destinationFolderId
Тип: Tessa.Exchange.WebServices.DataFolderId
The Id of the folder to which conversation items should be moved.
processSynchronously
Тип: SystemBoolean
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.
token (Optional)
Тип: System.ThreadingCancellationToken

Возвращаемое значение

Тип: TaskServiceResponseCollectionServiceResponse
См. также