| C# | Visual Basic |
public class PimItem : IDisposable, INotifyPropertyChanged
Public Class PimItem _ Implements IDisposable, INotifyPropertyChanged
| All Members | Methods | Properties | Events | ||
| Icon | Member | Description |
|---|---|---|
| AddCategory(String) |
Add a category to the item.
| |
| 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 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) | (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()()()() | 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()()()() | (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..
| Object | ||
| PimItem | ||
| Appointment | ||
| Contact | ||
| Task | ||
Delete the item from the database.
Opens the PIM item for editing in it's Edit tab.
Updates the PIM item store by saving changes made to a PIM item.