Represents a collection of folders containing email messages.
| C# | Visual Basic |
public sealed class EmailMessageFolderCollection : MessageFolderCollection, ICollection, IEnumerable<EmailMessageFolder>, IEnumerable
Public NotInheritable Class EmailMessageFolderCollection _ Inherits MessageFolderCollection _ Implements ICollection, IEnumerable(Of EmailMessageFolder), _ IEnumerable
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| AddNew(String) |
Creates a new Subfolder
| |
| Count |
Returns the count of folders in the collection.
| |
| Dispose(Boolean) |
Releases the unmanaged resources used by the MessageFolderCollection and optionally releases the managed resources.
(Inherited from MessageFolderCollection.) | |
| Dispose()()()() | (Inherited from MessageFolderCollection.) | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows a MessageFolderCollection to attempt to free resources and perform other cleanup operations before the MessageFolderCollection is reclaimed by garbage collection.
(Inherited from MessageFolderCollection.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Item[([( Int32])]) |
Returns the EmailMessageFolder at the specified index within the collection.
| |
| Item[([( String])]) | ||
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Remove(EmailMessageFolder) |
Removes a subfolder within this collection.
| |
| RemoveAt(Int32) |
Removes the subfolder at the specified index.
| |
| ToString()()()() | (Inherited from Object.) |
| Object | ||
| MessageFolderCollection | ||
| EmailMessageFolderCollection | ||