in the hand - .NET Solutions for Mobility

Folder Class

Folder Defines the generic base class for specialized folders containing item collections based on the PimItemCollection class.

For a list of all members of this type, see Folder Members.

System.Object
   System.MarshalByRefObject
      InTheHand.WindowsMobile.PocketOutlook.Folder
         InTheHand.WindowsMobile.PocketOutlook.AppointmentFolder
         InTheHand.WindowsMobile.PocketOutlook.BeamFolder
         InTheHand.WindowsMobile.PocketOutlook.ContactFolder
         InTheHand.WindowsMobile.PocketOutlook.TaskFolder

[Visual Basic]
Public Class Folder
    Inherits MarshalByRefObject
    Implements IDisposable
[C#]
public class Folder : MarshalByRefObject, IDisposable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

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.

Requirements

Namespace: InTheHand.WindowsMobile.PocketOutlook

Assembly: InTheHand.WindowsMobile.PocketOutlook (in InTheHand.WindowsMobile.PocketOutlook.dll)

See Also

Folder Members | InTheHand.WindowsMobile.PocketOutlook Namespace