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