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) | Releases the unmanaged resources used by the MessageFolder and optionally releases the managed resources | |
| Dispose()()()() | Releases all resources used by the MessageFolder | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() | (Overrides Object.Finalize()()()().) | |
| FolderType |
Gets the type of this folder, for example Inbox or Sent Items.
| |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(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.
| |
| Refresh()()()() |
Causes the MessageFolder to refresh it's contents.
| |
| Sort(MessageProperty, Boolean) |
Sort the table by the specified property. This only affects enumeration by foreach loop.
| |
| ToString()()()() | (Overrides Object.ToString()()()().) | |
| Unread |
Get the number of unread messages in the current folder.
|
| Object | ||
| MessageFolder | ||
| EmailMessageFolder | ||
| MmsMessageFolder | ||
| SmsMessageFolder | ||