BaseDelegateResponseMessageType.ResponseMessages Property
The ResponseMessages property gets or sets a collection of response messages.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ResponseMessages As DelegateUserResponseMessageType()
Get
Set
'Usage
Dim instance As BaseDelegateResponseMessageType
Dim value As DelegateUserResponseMessageType()
value = instance.ResponseMessages
instance.ResponseMessages = value
public DelegateUserResponseMessageType[] ResponseMessages { get; set; }
Property Value
Type: []
The ResponseMessages property returns an array of DelegateUserResponseMessageType objects that represent the messages in the response.