EwsCategoryCollection.AddRange Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9083)
AddRange(IEnumerable<String>)
Adds multiple categories to this collection.
Declaration
public void AddRange(IEnumerable<string> categories)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<String> | categories | Categories to be added to this collection. |