ResponseObjectCoreType.ReferenceItemId Property
The ReferenceItemId property gets or sets the item identifier that is related to a response object.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ReferenceItemId As ItemIdType
Get
Set
'Usage
Dim instance As ResponseObjectCoreType
Dim value As ItemIdType
value = instance.ReferenceItemId
instance.ReferenceItemId = value
public ItemIdType ReferenceItemId { get; set; }
Property Value
Type: ExchangeWebServices.ItemIdType
The ReferenceItemId property returns an ItemIdType object.
See Also