ConversationClearItemFlags - метод
Clear flags for conversation items. Calling this method results in a call to EWS.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public Task ClearItemFlags(
FolderId contextFolderId
)
Public Function ClearItemFlags (
contextFolderId As FolderId
) As Task
public:
Task^ ClearItemFlags(
FolderId^ contextFolderId
)
member ClearItemFlags :
contextFolderId : FolderId -> Task
- contextFolderId FolderId
- The Id of the folder items must belong to in order to be unflagged. If contextFolderId is
null, flags for items in conversation across the entire mailbox are cleared.
Task