Adds the specified messages to the end of the collection.
            
    Namespace: 
   Rebex.Net
    Assembly:
   Rebex.Ews (in Rebex.Ews.dll)
Syntax
| Visual Basic | 
|---|
Public Sub AddRange ( _ collection As IEnumerable(Of EwsMessageInfo) _ )  | 
| C# | 
|---|
public void AddRange( IEnumerable<EwsMessageInfo> collection )  | 
Parameters
- collection
 - Type: System.Collections.Generic..::..IEnumerable<(Of <(<'EwsMessageInfo>)>)>
The messages to be added to the collection.