ItemType.ResponseObjects Property
The ResponseObjects property gets or sets an array of the type ResponseObjectType that contains a collection of all the response objects that are associated with an item in the Exchange store.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ResponseObjects As ResponseObjectType()
Get
Set
'Usage
Dim instance As ItemType
Dim value As ResponseObjectType()
value = instance.ResponseObjects
instance.ResponseObjects = value
public ResponseObjectType[] ResponseObjects { get; set; }
Property Value
Type: []
The ResponseObjects property returns an array of the type ResponseObjectType that contains a collection of all the response objects that are associated with an item in the Exchange store.
See Also