FolderMarkAllItemsAsUnread - метод
Marks all items in folder as read. Calling this method results in a call to EWS.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public Task<ServiceResponseCollection<ServiceResponse>> MarkAllItemsAsUnread(
bool suppressReadReceipts,
CancellationToken token = default
)
Public Function MarkAllItemsAsUnread (
suppressReadReceipts As Boolean,
Optional token As CancellationToken = Nothing
) As Task(Of ServiceResponseCollection(Of ServiceResponse))
public:
Task<ServiceResponseCollection<ServiceResponse^>^>^ MarkAllItemsAsUnread(
bool suppressReadReceipts,
CancellationToken token = CancellationToken()
)
member MarkAllItemsAsUnread :
suppressReadReceipts : bool *
?token : CancellationToken
(* Defaults:
let _token = defaultArg token new CancellationToken()
*)
-> Task<ServiceResponseCollection<ServiceResponse>>
- suppressReadReceipts Boolean
- If true, suppress sending read receipts for items.
- token CancellationToken (Optional)
-
TaskServiceResponseCollectionServiceResponse