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.5.0.19
Синтаксис public Task ClearItemFlags(
FolderId contextFolderId
)
Public Function ClearItemFlags (
contextFolderId As FolderId
) As Task
public:
Task^ ClearItemFlags(
FolderId^ contextFolderId
)
member ClearItemFlags :
contextFolderId : FolderId -> Task
Параметры
- contextFolderId
- Тип: Tessa.Exchange.WebServices.DataFolderId
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См. также