Conversation.FlagItems メソッド

定義

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

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

パラメーター

contextFolderId
FolderId

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

startDate
Nullable<DateTime>

開始日 (Null 参照 (Visual Basic では Nothing) を指定できます)。

dueDate
Nullable<DateTime>

期限 (Null 参照を指定できます (Visual Basic では Nothing)。

注釈

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

適用対象