ExchangeService.EnableAlwaysMoveItemsInConversations メソッド

定義

スレッド内の新規および既存の項目をターゲット フォルダーに自動的に移動できるようにします。

public:
 Microsoft::Exchange::WebServices::Data::ServiceResponseCollection<Microsoft::Exchange::WebServices::Data::ServiceResponse ^> ^ EnableAlwaysMoveItemsInConversations(System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::ConversationId ^> ^ conversationId, Microsoft::Exchange::WebServices::Data::FolderId ^ destinationFolderId, bool processSynchronously);
public Microsoft.Exchange.WebServices.Data.ServiceResponseCollection<Microsoft.Exchange.WebServices.Data.ServiceResponse> EnableAlwaysMoveItemsInConversations (System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.ConversationId> conversationId, Microsoft.Exchange.WebServices.Data.FolderId destinationFolderId, bool processSynchronously);
Public Function EnableAlwaysMoveItemsInConversations (conversationId As IEnumerable(Of ConversationId), destinationFolderId As FolderId, processSynchronously As Boolean) As ServiceResponseCollection(Of ServiceResponse)

パラメーター

conversationId
IEnumerable<ConversationId>

会話識別子。

destinationFolderId
FolderId

フォルダー識別子。

processSynchronously
Boolean

true を指定すると、指定した会話からターゲット フォルダーへの項目の自動移動が有効になり、(すぐに返されるのではなく) 既存の会話アイテムがターゲット フォルダーに移動された後に、メソッドが戻る必要があることを示します。それ以外の場合は false

戻り値

応答のコレクション。

注釈

このメソッドを呼び出すと、Exchange Web Services (EWS) が呼び出されます。

適用対象