ConversationClearItemFlags - метод
Clear flags for conversation items. Calling this method results in a call to EWS.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
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