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