EwsItemCollection.AddRange Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9083)
AddRange(IEnumerable<EwsItemInfo>)
Adds the specified items to the end of the collection.
Declaration
public void AddRange(IEnumerable<EwsItemInfo> collection)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<EwsItemInfo> | collection | The items to be added to the collection. |