ImapFolderInfoCollection
ImapFolderInfoCollection class
Provides a container for a collection of ImapFolderInfo objects.
public sealed class ImapFolderInfoCollection : Collection<ImapFolderInfo>
Constructors
Properties
Name |
Description |
SyncRoot { get; } |
Gets an object that can be used to synchronize access to the collection. |
Methods
Name |
Description |
Add(ImapFolderInfo) |
Adds the ImapFolderInfo to the ImapFolderInfoCollection. |
AddRange(IEnumerable<ImapFolderInfo>) |
Adds the ImapFolderInfo to the ImapFolderInfoCollection. |
RemoveAt(int) |
Remove a folder info at specified index. |
See Also