ImapMessageInfoCollection.Insert

ImapMessageInfoCollection.Insert method

Insert the specified ImapMessagInfo object at the specified index.

public void Insert(int index, ImapMessageInfo item)
ParameterTypeDescription
indexInt32The index that the specified object will be inserted into.
itemImapMessageInfoThe ImapMessagInfo object to be inserted.

See Also