Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
3/29/2010

Defines the Item ID, which is used to uniquely identify PIM and Messaging items.

The following tables list the members exposed by the ItemIdtype.

Public Constructors

  Name Description
ItemId Initializes a new instance of the ItemId class that references the specified Item ID.
Top

Public Methods(see also Protected Methods)

  Name Description
CompareTo Compares this Item Id with another one.
Copy Creates a copy of the Item ID.
Dispose Disposes the Item ID.
Equals Overloaded. Overridden.  
GetHashCode Overridden. Gets the Item ID’s hash code.
GetType  (inherited from Object)
op_Equality Defines the comparison operator overload for the ItemId class.
op_Inequality Defines the inverse comparison operator overload for the ItemId class.
ReferenceEquals  (inherited from Object)
ToString Overridden. Returns the item’s object identifier (OID) as a string.
Top

Protected Methods

  Name Description
Finalize Overridden. Overridden. Allows an ItemID object to attempt to free resources and perform other cleanup operations before being reclaimed by garbage collection.
MemberwiseClone  (inherited from Object)
Top

See Also