PhoneLine.DialWithOptions(PhoneDialOptions) Method

Definition

Place a phone call on the phone line, allowing the caller to specify additional dial options. The caller must be in the foreground.

public:
 virtual void DialWithOptions(PhoneDialOptions ^ options) = DialWithOptions;
void DialWithOptions(PhoneDialOptions const& options);
public void DialWithOptions(PhoneDialOptions options);
function dialWithOptions(options)
Public Sub DialWithOptions (options As PhoneDialOptions)

Parameters

options
PhoneDialOptions

The additional dial options for the phone call.

Windows requirements

App capabilities
phoneCallHistory phoneCallHistorySystem

Applies to