MarkAllItems

MarkAllItems (1 of 3)

Marks all items in specified folders.

Returns: virtual void Aspose::Email::Clients::Exchange::WebService::

MarkAllItems(bool read, bool suppressReadReceipts, const System::ArrayPtr< System::String > & folderIds)
ParameterDescription
readSets the read/unread state to messages in specified folder. True to mark messages in the folder as read. False to mark messages as unread.
suppressReadReceiptsTrue to suppress sending read receipts for messages; otherwise, false.
folderIdsList of folder uri for processing.

MarkAllItems (2 of 3)

Marks all items in specified folders.

Returns: virtual void Aspose::Email::Clients::Exchange::WebService::

MarkAllItems(bool read, bool suppressReadReceipts, System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> folderIds)
ParameterDescription
readSets the read/unread state to messages in specified folder. True to mark messages in the folder as read. False to mark messages as unread.
suppressReadReceiptsTrue to suppress sending read receipts for messages; otherwise, false.
folderIdsList of folder uri for processing.

MarkAllItems (3 of 3)

Marks all items in specified folders.

Returns: virtual void Aspose::Email::Clients::Exchange::WebService::

MarkAllItems(bool read, const System::ArrayPtr< System::String > & folderIds)
ParameterDescription
readSets the read/unread state to messages in specified folder. True to mark messages in the folder as read. False to mark messages as unread.
folderIdsList of folder uri for processing.