Action.ResponseStyle Property
Returns or sets an OlActionResponseStyle constant indicating the response style used when the specified action is executed. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property ResponseStyle As OlActionResponseStyle
Get
Set
'Usage
Dim instance As Action
Dim value As OlActionResponseStyle
value = instance.ResponseStyle
instance.ResponseStyle = value
[DispIdAttribute()]
OlActionResponseStyle ResponseStyle { get; set; }
Property Value
Type: Microsoft.Office.Interop.Outlook.OlActionResponseStyle
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace