ImapFolderInfoCollection.RemoveAt

ImapFolderInfoCollection.RemoveAt method

Remove a folder info at specified index.

public void RemoveAt(int index)
ParameterTypeDescription
indexInt32The zero-based index of the ImapFolderInfo to remove.

See Also