In The Hand - .NET Components for Mobility
Folder Class
NamespacesInTheHand.WindowsMobile.PocketOutlookFolder
Folder Defines the generic base class for specialized folders containing item collections based on the PimItemCollection class.
Declaration Syntax
C#Visual Basic
public class Folder : MarshalByRefObject, IDisposable
Public Class Folder _
	Inherits MarshalByRefObject _
	Implements IDisposable
Members
All MembersMethodsProperties



IconMemberDescription
Dispose()()()
Disposes a folder.

Dispose(Boolean)

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows you to free resources and perform other cleanup operations before the folder is reclaimed by the garbage collector.
(Overrides Object.Finalize()()().)
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.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Notification
Specifies what notifications to receive when items change.

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Remarks
Folders are primarily provided as a method of containing an PimItemCollection. You cannot create, delete, or otherwise manipulate folders. There are only four folders, and you can only use three of these folders to access or create individual PimItems. The forth folder provided, the Infrared folder, can be used only to send items over the Infrared port.

Change Notifications are disabled by default. Set the Notification property to enable the desired notification types.

Inheritance Hierarchy

Assembly: InTheHand.WindowsMobile (Module: InTheHand.WindowsMobile) Version: 3.2.0.0