CtiCallActionOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the call enable or disable options.
public ref class CtiCallActionOptions
public class CtiCallActionOptions
type CtiCallActionOptions = class
Public Class CtiCallActionOptions
- Inheritance
-
CtiCallActionOptions
Constructors
CtiCallActionOptions() |
Initializes a new instance of the CtiCallActionOptions class. |
Properties
AdditionalStates |
Gets or sets the additional properties that are to be added to the call actions options. |
EnableAnswer |
Gets or sets a Boolean value that specifies whether answer is enabled. |
EnableConference |
Gets or sets a Boolean value that specifies whether conference is enabled. |
EnableDial |
Gets or sets a Boolean value that specifies whether dial is enabled. |
EnableHangUp |
Gets or sets a Boolean value that specifies whether hang up is enabled. |
EnableHold |
Gets or sets a Boolean value that specifies whether hold is enabled. |
EnablePickup |
Gets or sets a Boolean value that specifies whether pickup is enabled. |
EnableReject |
Gets or sets a Boolean value that specifies whether reject is enabled. |
EnableTransfer |
Gets or sets a Boolean value that specifies whether transfer is enabled. |
EnableUNHold |
Gets or sets a Boolean value that specifies whether unhold is enabled. |
EnableWrap |
Gets or sets a Boolean value that specifies whether wrap is enabled. |