In The Hand LtdIn The Hand
PimItem Class
.NET Components for Mobility
Represents an Outlook Mobile item - Appointment, Contact or Task.
Declaration Syntax
C#Visual Basic
public class PimItem : IDisposable, INotifyPropertyChanged
Public Class PimItem _
	Implements IDisposable, INotifyPropertyChanged
Members
All MembersMethodsPropertiesEvents



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

Beam()()()()
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 PimItem 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.

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.
(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.)
OnPropertyChanged(String)

Properties
Gets the PimPropertySet. This object is used for creating custom PIM item properties.

PropertyChanged

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

RemoveCategory(String)
Remove a category from the item.

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

ShowDialog(Form)
Opens the PIM item’s standard summary card with the specified owner.

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

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.

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