IEWSClientMarkAllItems Method (Boolean, String) |
Marks all items in specified folders.
Namespace:
Aspose.Email.Clients.Exchange.WebService
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxvoid MarkAllItems(
bool read,
params string[] folderIds
)
Sub MarkAllItems (
read As Boolean,
ParamArray folderIds As String()
)
void MarkAllItems(
bool read,
... array<String^>^ folderIds
)
abstract MarkAllItems :
read : bool *
folderIds : string[] -> unit
Parameters
- read
- Type: SystemBoolean
Sets the read/unread state to messages in specified folder.
True to mark messages in the folder as read. False to mark messages as unread.
- folderIds
- Type: SystemString
List of folder uri for processing.
See Also