Action Properties (Outlook)

GitHub-Mark-64px

Contribute to this content

Use GitHub to suggest and submit changes. See our guidelines for contributing to VBA documentation.

Properties

Name

Description

Application

Returns an Application object that represents the parent Outlook application for the object. Read-only.

Class

Returns an OlObjectClass constant indicating the object's class. Read-only.

CopyLike

Returns or sets an OlActionCopyLike constant indicating the property inheritance style to use for the action. Read/write.

Enabled

Returns or sets a Boolean that is True if the action is enabled in the application. Read/write.

MessageClass

Returns or sets a String representing the message class for the Action. Read/write.

Name

Returns or sets a String value that represents the display name for the object. Read/write.

Parent

Returns the parent Object of the specified object. Read-only.

Prefix

Returns or sets a String specifying the prefix (for example, "Re") to use with the subject of the item when the action is executed. Read/write.

ReplyStyle

Returns or sets an OlActionReplyStyle constant indicating the text formatting reply style for the specified action. Read/write.

ResponseStyle

Returns or sets an OlActionResponseStyle constant indicating the response style used when the specified action is executed. Read/write.

Session

Returns the NameSpace object for the current session. Read-only.

ShowOn

Returns or sets an OlActionShowOn constant representing the location where the action will be shown. Read/write.