Specifies the reply style.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Enumeration OlActionReplyStyle
'Usage
Dim instance As OlActionReplyStyle
public enum OlActionReplyStyle
Members
| Member name | Description | |
|---|---|---|
| olOmitOriginalText | The reply will not include any references to the original item or its text. | |
| olEmbedOriginalItem | The reply will include the original item embedded in it. | |
| olIncludeOriginalText | The reply will include the text of the original item. | |
| olIndentOriginalText | The reply will include the indented text of the original item. | |
| olLinkOriginalItem | The reply will include a link to the original item. | |
| olUserPreference | The reply style will be set based on the user's preference. | |
| olReplyTickOriginalText | 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.