Returns or sets the text formatting reply style for the action. Can be one of the following OlActionReplyStyle constants: olEmbedOriginalItem(1), olIncludeOriginalText(2), olIndentOriginalText(3), olLinkOriginalItem(4), olOmitOriginalText(0), olReplyTickOriginalText(1000), or olUserPreference(5).
Read/write Long.
Syntax
objAction.ReplyStyle
objAction Required. An expression that returns an Action object.