ItemId Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the Id of an Exchange item.
public ref class ItemId : Microsoft::Exchange::WebServices::Data::ServiceId
public class ItemId : Microsoft.Exchange.WebServices.Data.ServiceId
Public Class ItemId
Inherits ServiceId
- Inheritance
- Derived
Constructors
ItemId(String) |
Initializes a new instance of ItemId. |
Properties
ChangeKey |
Gets the change key associated with the Exchange object. (Inherited from ServiceId) |
UniqueId |
Gets the unique Id of the Exchange object. (Inherited from ServiceId) |
Methods
Equals(Object) |
Determines whether the specified is equal to the current. (Inherited from ServiceId) |
GetHashCode() |
Serves as a hash function for a particular type. (Inherited from ServiceId) |
SameIdAndChangeKey(ServiceId) |
Determines whether two ServiceId instances are equal (including ChangeKeys) (Inherited from ServiceId) |
ToString() |
Returns a System.String that represents the current System.Object. (Inherited from ServiceId) |
Operators
Implicit(String to ItemId) |
Defines an implicit conversion between string and ItemId. |