OlActionReplyStyle Enum

Definition

Specifies the reply style.

public enum class OlActionReplyStyle
public enum OlActionReplyStyle
Public Enum OlActionReplyStyle
Inheritance
OlActionReplyStyle

Fields

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.

olOmitOriginalText 0

The reply will not include any references to the original item or its text.

olReplyTickOriginalText 1000

The reply will include the original text with each line preceded by a symbol such as ">".

olUserPreference 5

The reply style will be set based on the user's preference.

Remarks

Used by the ReplyStyle property of an Action to specify the reply style that will be used when the Action is executed.

Applies to