Represents a single message folder.
| C# | Visual Basic |
public abstract class MessageFolder : IDisposable
Public MustInherit Class MessageFolder _ Implements IDisposable
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| Count |
Get the number of messages in the current folder.
| |
| Dispose(Boolean) | ||
| Dispose()()() | ||
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | ||
| FolderType | ||
| 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.) | |
| ItemId |
Gets the folder’s Item ID.
| |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Name |
Gets the name of the Folder.
| |
| Properties |
Gets the property collection for the folder.
| |
| ToString()()() | ||
| Unread |
Get the number of unread messages in the current folder.
|
| Object | ||
| MessageFolder | ||
| MmsMessageFolder | ||
| EmailMessageFolder | ||
| SmsMessageFolder | ||