AlternateViewCollection.AddRange Method
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9313)
AddRange(ICollection)
Adds a range of items contained in the specified collection.
Declaration
public void AddRange(ICollection collection)
Parameters
| Type | Name | Description |
|---|---|---|
| ICollection | collection | Collection of alternate views to be added. |