EwsMessageCollection.AddRange Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9147)
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<Ews |
collection | The messages to be added to the collection. |