OlActionReplyStyle Enum
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.
Specifies the reply style.
public enum class OlActionReplyStyle
public enum OlActionReplyStyle
Public Enum OlActionReplyStyle
- Inheritance
-
OlActionReplyStyle
Fields
Name | Value | Description |
---|---|---|
olOmitOriginalText | 0 | The reply will not include any references to the original item or its text. |
olEmbedOriginalItem | 1 | The reply will include the original item embedded in it. |
olIncludeOriginalText | 2 | The reply will include the text of the original item. |
olIndentOriginalText | 3 | The reply will include the indented text of the original item. |
olLinkOriginalItem | 4 | The reply will include a link to the original item. |
olUserPreference | 5 | The reply style will be set based on the user's preference. |
olReplyTickOriginalText | 1000 | The reply will include the original text with each line preceded by a symbol such as ">". |
Remarks
Used by the ReplyStyle property of an Action to specify the reply style that will be used when the Action is executed.