ConversationActionType.ProcessRightAwaySpecified Property
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ProcessRightAwaySpecified As Boolean
Get
Set
'Usage
Dim instance As ConversationActionType
Dim value As Boolean
value = instance.ProcessRightAwaySpecified
instance.ProcessRightAwaySpecified = value
public bool ProcessRightAwaySpecified { get; set; }
Property Value
Type: System.Boolean