Class ItemId
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents the Id of an Exchange item.
public class ItemId : ServiceId
- Inheritance
-
ItemId
- Derived
- Inherited Members
Constructors
ItemId(string)
Initializes a new instance of ItemId.
public ItemId(string uniqueId)
Parameters
uniqueId
stringThe unique Id used to initialize the ItemId.
Operators
implicit operator ItemId(string)
Defines an implicit conversion between string and ItemId.
public static implicit operator ItemId(string uniqueId)
Parameters
uniqueId
stringThe unique Id to convert to ItemId.
Returns
- ItemId
An ItemId initialized with the specified unique Id.