Defines the Item ID, which is used to uniquely identify PIM and Messaging items.
| C# | Visual Basic |
public class ItemId : IDisposable, IComparable
Public Class ItemId _ Implements IDisposable, IComparable
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| ItemId(Int32) |
Initializes a new instance of the ItemId class that references the specified item ID.
| |
| ItemId(array<Byte>[]()[]) |
Initializes a new instance of the ItemId class that references the specified messaging entry ID.
| |
| CompareTo(Object) |
Compares this instance to a specified Object.
| |
| Copy()()() |
Creates a copy of the Item ID.
| |
| Dispose()()() |
Disposes the Item ID.
| |
| Equality(ItemId, ItemId) |
Defines the comparison operator overload for the ItemId class.
| |
| Equals(Object) |
Defines the equals operator overloa for the ItemId class.
(Overrides Object.Equals(Object).) | |
| Finalize()()() |
Allows an ItemID object to attempt to free resources and perform other cleanup operations before being reclaimed by garbage collection.
(Overrides Object.Finalize()()().) | |
| GetHashCode()()() |
Gets the Item ID's hash code.
(Overrides Object.GetHashCode()()().) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| Inequality(ItemId, ItemId) |
Defines the inverse comparison operator overload for the ItemId class.
| |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString()()() |
Returns the items object identifier (OID) as a string.
(Overrides Object.ToString()()().) | |
| Value |
Retrieve the underlying value. Required only for interop with other code requiring an Oid.
|
| Object | |
| ItemId | |