ImapMessageInfoCollection.RemoveAt

ImapMessageInfoCollection.RemoveAt method

Remove a ImapMessageInfo in specified index from this collection.

public void RemoveAt(int index)
ParameterTypeDescription
indexInt32The index of the message to be remove.

See Also