MarkAllItemsAsRead
MarkAllItemsAsRead (1 of 3)
Marks all items in inbox folder as read without receipts.
Returns: virtual void Aspose::Email::Clients::Exchange::WebService::
MarkAllItemsAsRead()
MarkAllItemsAsRead (2 of 3)
Marks all items in specified folders as read without receipts.
Returns: virtual void Aspose::Email::Clients::Exchange::WebService::
MarkAllItemsAsRead(const System::ArrayPtr< System::String > & folderIds)
| Parameter | Description |
|---|---|
| folderIds | List of folder uri for processing. |
MarkAllItemsAsRead (3 of 3)
Marks all items in specified folders as read without receipts.
Returns: virtual void Aspose::Email::Clients::Exchange::WebService::
MarkAllItemsAsRead(System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> folderIds)
| Parameter | Description |
|---|---|
| folderIds | List of folder uri for processing. |