HeaderValueCollection.AddRange Method
Namespace: Rebex.Mime.Headers
Assembly: Rebex.Mail.dll (version 7.0.9147)
AddRange(ICollection)
Adds a range of items contained in the specified collection. The type of items being added has to correspond to the type of collection being updated.
Declaration
public virtual void AddRange(ICollection collection)
Parameters
Type | Name | Description |
---|---|---|
ICollection | collection | Collection of items to be added. |
Remarks
For Mail
The implicit conversion from String is not applied.