Conversation.FlagItems Method

Definition

Sets the flagged status on items in the associated conversation. The FlagItems(FolderId, Nullable<DateTime>, Nullable<DateTime>) method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

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))

Parameters

contextFolderId
FolderId

The identifer of the folder whose items will be flagged. If the value of the contextFolderId parameter is a null reference (Nothing in Visual Basic), items in the associated conversation across the entire mailbox are flagged.

startDate
Nullable<DateTime>

The start date (can be a null reference (Nothing in Visual Basic)).

dueDate
Nullable<DateTime>

The due date (can be a null reference (Nothing in Visual Basic)).

Remarks

Calling this method results in a call to Exchange Web Services (EWS).

Applies to