Represents a collection of folders containing MMS messages.
| C# | Visual Basic |
public sealed class MmsMessageFolderCollection : MessageFolderCollection, ICollection, IEnumerable
Public NotInheritable Class MmsMessageFolderCollection _ Inherits MessageFolderCollection _ Implements ICollection, IEnumerable
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| AddNew(String) |
Creates a new Subfolder
| |
| Count |
Returns the count of folders in the collection.
| |
| Dispose()()() | ||
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| Item[([(Int32])]) |
Returns the MmsMessageFolder at the specified index within the collection.
| |
| Item[([(String])]) | ||
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Remove(MmsMessageFolder) |
Removes a subfolder within this collection
| |
| RemoveAt(Int32) |
Removes the subfolder at the specified index.
| |
| ToString()()() | (Inherited from Object.) |
| Object | ||
| MessageFolderCollection | ||
| MmsMessageFolderCollection | ||