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



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

Dispose(Boolean)
Releases the unmanaged resources used by the Folder and optionally releases the managed resources

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.
(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.PocketOutlook (Module: InTheHand.WindowsMobile.PocketOutlook) Version: 7.0.0.0