Represents a collection of folders containing SMS messages.
| C# | Visual Basic |
public class SmsMessageFolderCollection : MessageFolderCollection, ICollection, IEnumerable<SmsMessageFolder>, IEnumerable
Public Class SmsMessageFolderCollection _ Inherits MessageFolderCollection _ Implements ICollection, IEnumerable(Of SmsMessageFolder), _ 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 SmsMessageFolder at the specified index within the collection.
| |
| Item[([( String])]) | ||
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Remove(SmsMessageFolder) |
Removes a subfolder within this collection
| |
| RemoveAt(Int32) |
Removes the subfolder at the specified index.
| |
| ToString()()()() | (Inherited from Object.) |
| Object | ||
| MessageFolderCollection | ||
| SmsMessageFolderCollection | ||