In The Hand LtdIn The Hand
EmailMessageFolder Class
NamespacesInTheHand.WindowsMobile.PocketOutlookEmailMessageFolder
.NET Components for Mobility
Represents a single email folder.
Declaration Syntax
C#Visual Basic
public sealed class EmailMessageFolder : MessageFolder, 
	IDisposable, IEnumerable<EmailMessage>, IList, ICollection, 
	IEnumerable
Public NotInheritable Class EmailMessageFolder _
	Inherits MessageFolder _
	Implements IDisposable, IEnumerable(Of EmailMessage),  _
	IList, ICollection, IEnumerable
Members
All MembersMethodsProperties



IconMemberDescription
AddNew()()()()
Adds a new EmailMessage to this folder.

Count
Get the number of messages in the current folder.
(Inherited from MessageFolder.)
Dispose(Boolean)
(Inherited from MessageFolder.)
Dispose()()()()
(Inherited from MessageFolder.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
(Inherited from MessageFolder.)
Folders
Returns a collection of sub-folders.

FolderType
Gets the type of this folder, for example Inbox or Sent Items.
(Inherited from MessageFolder.)
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 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.)
Refresh()()()()
Causes the MessageFolder to refresh it's contents.
(Inherited from MessageFolder.)
Sort(MessageProperty, Boolean)
Sort the table by the specified property. This only affects enumeration by foreach loop.
(Inherited from MessageFolder.)
ToString()()()()
(Inherited from MessageFolder.)
Unread
Get the number of unread messages in the current folder.
(Inherited from MessageFolder.)
Inheritance Hierarchy
Object
MessageFolder
 EmailMessageFolder

Assembly: InTheHand.WindowsMobile.PocketOutlook (Module: InTheHand.WindowsMobile.PocketOutlook) Version: 7.0.0.0