EmailAddressType.ItemId Property
The ItemId property gets or sets an instance of the ItemIdType class that specifies the item identifier for the e-mail address that is represented by this instance of the EmailAddressType class.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ItemId As ItemIdType
Get
Set
'Usage
Dim instance As EmailAddressType
Dim value As ItemIdType
value = instance.ItemId
instance.ItemId = value
public ItemIdType ItemId { get; set; }
Property Value
Type: ExchangeWebServices.ItemIdType
The ItemId property returns an instance of the ItemIdType class.
See Also