Share via


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
Property ReplyStyle As OlActionReplyStyle
    Get
    Set
'Usage
Dim instance As Action
Dim value As OlActionReplyStyle

value = instance.ReplyStyle

instance.ReplyStyle = value
OlActionReplyStyle ReplyStyle { get; set; }

Property Value

Type: Microsoft.Office.Interop.Outlook.OlActionReplyStyle

See Also

Reference

Action Interface

Action Members

Microsoft.Office.Interop.Outlook Namespace