Action.ReplyStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets an OlActionReplyStyle constant indicating the text formatting reply style for the specified action. Read/write.
public:
property Microsoft::Office::Interop::Outlook::OlActionReplyStyle ReplyStyle { Microsoft::Office::Interop::Outlook::OlActionReplyStyle get(); void set(Microsoft::Office::Interop::Outlook::OlActionReplyStyle value); };
public Microsoft.Office.Interop.Outlook.OlActionReplyStyle ReplyStyle { get; set; }
Public Property ReplyStyle As OlActionReplyStyle