MapiRecipientCollection.Insert
MapiRecipientCollection.Insert method
Inserts an element into the Collection at the specified index.
public void Insert(int index, MapiRecipient item)
Parameter | Type | Description |
---|---|---|
index | Int32 | The zero-based index at which item should be inserted. |
item | MapiRecipient | The object to insert. The value can be null for reference types. |
Exceptions
exception | condition |
---|---|
ArgumentOutOfRangeException | index is less than zero. |
See Also
- class MapiRecipient
- class MapiRecipientCollection
- namespace Aspose.Email.Mapi
- assembly Aspose.Email