Conversation.FlagItems Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
Remarks
Calling this method results in a call to Exchange Web Services (EWS).