次の方法で共有


Conversation.FlagItemsComplete(FolderId, Nullable<DateTime>) メソッド

定義

関連付けられている会話内の項目のフラグが設定された状態を変更して完了します。 このFlagItemsComplete(FolderId, Nullable<DateTime>)方法は、Exchange Onlineおよび 2013 以降のバージョンの Exchange を対象とするクライアントExchange Server適用できます。

public:
 void FlagItemsComplete(Microsoft::Exchange::WebServices::Data::FolderId ^ contextFolderId, Nullable<DateTime> completeDate);
public void FlagItemsComplete(Microsoft.Exchange.WebServices.Data.FolderId contextFolderId, Nullable<DateTime> completeDate);
Public Sub FlagItemsComplete (contextFolderId As FolderId, completeDate As Nullable(Of DateTime))

パラメーター

contextFolderId
FolderId

項目が完了としてフラグが設定されるフォルダーの identifer。 パラメーターの contextFolderId 値が null 参照 (Visual Basic では Nothing) の場合、メールボックス全体の会話内のアイテムは完了としてマークされます。

completeDate
Nullable<DateTime>

完全な日付 (Null 参照 (Visual Basic では Nothing) を指定できます)。

注釈

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

適用対象