| C# | Visual Basic |
public class PimItem : MarshalByRefObject, IDisposable
Public Class PimItem _ Inherits MarshalByRefObject _ Implements IDisposable
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| AddCategory(String) |
Add a category to the item.
Requires Windows Mobile 5.0 or later | |
| Beam()()() | Send the current item via Infrared or Bluetooth (if available on the device).
| |
| 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) | (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()()() | Opens the PIM item’s standard summary card.
| |
| 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()()() | (Inherited from Object.) | |
| Update()()() | Updates the PIM item store by saving changes made to a PIM item.
|
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..
Send the current item via Infrared or Bluetooth (if available on the device).
Delete the item from the database.
Opens the PIM item’s standard summary card.
Updates the PIM item store by saving changes made to a PIM item.