In The Hand - .NET Components for Mobility
PimItem Class
NamespacesInTheHand.WindowsMobile.PocketOutlookPimItem
Represents a Pocket Outlook Item - Appointment, Contact or Task.
Declaration Syntax
C#Visual Basic
public class PimItem : MarshalByRefObject, IDisposable
Public Class PimItem _
	Inherits MarshalByRefObject _
	Implements IDisposable
Members
All MembersMethodsProperties



IconMemberDescription
AddCategory(String)
Add a category to the item.

Requires Windows Mobile 5.0 or later


Beam()()()
Infrared Send the current item via Infrared or Bluetooth (if available on the device).

Delete()()()
Delete Delete the item from the database.

Dispose(Boolean)
Allows a PimItem to attempt to free resources and perform other cleanup operations before the OutlookItem is reclaimed by garbage collection.

Dispose()()()
Releases all resources used by the PimItem.

DoNotSynchronize
Gets or Sets a flag that identifies whether ActiveSync should synchronize this PIM item with Outlook and Exchange.

Requires Windows Mobile 6 or above


Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Frees the resources of the current PimItem object before it is reclaimed by the garbage collector.
(Overrides Object.Finalize()()().)
FromItemId(ItemId)
Returns the outlook item corresponding to the specified ItemId.

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.)
ItemId
Gets the PIM item's ID.

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Properties
Gets the PimPropertySet. This object is used for creating custom PIM item properties.

Requires Windows Mobile 5.0 or later


Recent
A value indicating whether this PIM item is in the "recently viewed" list.

Requires Windows Mobile 5.0 or above


RemoveCategory(String)
Remove a category from the item.

Requires Windows Mobile 5.0 or later


ShowDialog()()()
ShowDialog Opens the PIM item’s standard summary card.

ShowEditDialog()()()
ShowEditDialog Opens the PIM item for editing in it's Edit tab.

Requires Windows Mobile 5.0 or later


SourceId
An integer indicating the source, or owning application, of the PIM item.

Requires Windows Mobile 5.0 or above


ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Update()()()
Update Updates the PIM item store by saving changes made to a PIM item.

Remarks
Items are uniquely accessed by their ItemId. The quickest way to retrieve a specific item is to keep a reference to its ItemId and use the constructor for that item type, or if type is unknown the FromItemId(ItemId) method..
Inheritance Hierarchy
See Also

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