Düzenle

Aracılığıyla paylaş


OlActionReplyStyle Enum

Definition

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.

Applies to