Adds multiple categories to this collection.
Namespace:
Rebex.Net
Assembly:
Rebex.Ews (in Rebex.Ews.dll)
Syntax
| Visual Basic |
|---|
Public Sub AddRange ( _ categories As IEnumerable(Of String) _ ) |
| C# |
|---|
public void AddRange( IEnumerable<string> categories ) |
Parameters
- categories
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'String>)>)>
Categories to be added to this collection.