AlternateViewCollection.Insert Method
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9083)
Insert(Int32, AlternateView)
Inserts an item into the collection at the specified index.
Declaration
public void Insert(int index, AlternateView value)
Parameters
Type | Name | Description |
---|---|---|
Int32 | index | A zero-based index at which an item should be inserted. |
AlternateView | value | An alternate view to be inserted. |