ItemType.ItemId Property
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.
The ItemId property gets or sets an instance of the ItemIdType class that represents the unique identifier and change key of an item in the Exchange store.
public:
property ExchangeWebServices::ItemIdType ^ ItemId { ExchangeWebServices::ItemIdType ^ get(); void set(ExchangeWebServices::ItemIdType ^ value); };
public ExchangeWebServices.ItemIdType ItemId { get; set; }
Public Property ItemId As ItemIdType
Property Value
The ItemId property returns an instance of the ItemIdType class that represents the unique identifier and change key of an item in the Exchange store.