OlActionResponseStyle Enum

Definition

Specifies the response style.

public enum class OlActionResponseStyle
public enum OlActionResponseStyle
Public Enum OlActionResponseStyle
Inheritance
OlActionResponseStyle

Fields

olOpen 0

Indicates that a form will be opened.

olPrompt 2

Indicates that the user will be prompted to open or send the form.

olSend 1

Indicates that the form will be sent immediately.

Remarks

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

Applies to