PhoneVoicemail.DialVoicemailAsync Method
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.
Dials a call to the voice mail access number.
public:
virtual IAsyncAction ^ DialVoicemailAsync() = DialVoicemailAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction DialVoicemailAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction DialVoicemailAsync();
function dialVoicemailAsync()
Public Function DialVoicemailAsync () As IAsyncAction
Returns
An asynchronous dial operation.
- Attributes
Windows requirements
App capabilities |
phoneCallHistory
phoneCallHistorySystem
|
Remarks
In order to use this method, the calling application needs to be in the foreground. In addition, the PhoneLine instance needs to support outbound calls. Use CanDial to verify whether or not that is supported.