Conversation.ClearItemFlags(FolderId) 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.
Clears the flagged status on items in the associated conversation. The ClearItemFlags(FolderId) method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
public:
void ClearItemFlags(Microsoft::Exchange::WebServices::Data::FolderId ^ contextFolderId);
public void ClearItemFlags (Microsoft.Exchange.WebServices.Data.FolderId contextFolderId);
Public Sub ClearItemFlags (contextFolderId As FolderId)
Parameters
- contextFolderId
- FolderId
The identifier of the folder whose items will be unflagged. If the value of the contextFolderId
parameter is a null reference (Nothing in Visual Basic), flags for items in conversations across the entire mailbox are cleared.
Remarks
Calling this method results in a call to Exchange Web Services (EWS).