MapiRecipientCollection.Insert

MapiRecipientCollection.Insert method

Inserts an element into the Collection at the specified index.

public void Insert(int index, MapiRecipient item)
ParameterTypeDescription
indexInt32The zero-based index at which item should be inserted.
itemMapiRecipientThe object to insert. The value can be null for reference types.

Exceptions

exceptioncondition
ArgumentOutOfRangeExceptionindex is less than zero.

See Also