ConversationFlagItemsComplete - метод |
Flag conversation items as complete. Calling this method results in a call to EWS.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public Task FlagItemsComplete(
FolderId contextFolderId,
DateTime? completeDate
)
Public Function FlagItemsComplete (
contextFolderId As FolderId,
completeDate As DateTime?
) As Task
public:
Task^ FlagItemsComplete(
FolderId^ contextFolderId,
Nullable<DateTime> completeDate
)
member FlagItemsComplete :
contextFolderId : FolderId *
completeDate : Nullable<DateTime> -> Task
Параметры
- contextFolderId
- Тип: Tessa.Exchange.WebServices.DataFolderId
The Id of the folder items must belong to in order to be flagged as complete. If contextFolderId is
null, items in conversation across the entire mailbox are marked as complete. - completeDate
- Тип: SystemNullableDateTime
The complete date (can be null).
Возвращаемое значение
Тип:
TaskСм. также