Represents a single email folder.
| C# | Visual Basic |
public sealed class EmailMessageFolder : MessageFolder, IDisposable, IList, ICollection, IEnumerable
Public NotInheritable Class EmailMessageFolder _ Inherits MessageFolder _ Implements IDisposable, IList, ICollection, IEnumerable
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| AddNew()()() |
Adds a new EmailMessage to this folder.
| |
| Count |
Get the number of messages in the current folder.
(Inherited from MessageFolder.) | |
| Dispose()()() | ||
| Equals(Object) | (Inherited from Object.) | |
| Folders |
Returns a collection of sub-folders.
| |
| 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.) | |
| Item[([(Int32])]) |
Returns the message at the specified index.
| |
| ItemId |
Gets the folder’s Item ID.
(Inherited from MessageFolder.) | |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Name |
Gets the name of the Folder.
(Inherited from MessageFolder.) | |
| Properties |
Gets the property collection for the folder.
(Inherited from MessageFolder.) | |
| ToString()()() | ||
| Unread |
Get the number of unread messages in the current folder.
(Inherited from MessageFolder.) |
| Object | ||
| MessageFolder | ||
| EmailMessageFolder | ||