Phone.Talk Method (String, Boolean)

3/29/2010

Places the phone call, using the specified phone number, with a precautionary prompt for verification to proceed (a last chance to make sure you’ve got the right number).

Namespace: Microsoft.WindowsMobile.Telephony
Assembly: Microsoft.WindowsMobile.Telephony (in microsoft.windowsmobile.telephony.dll)

Syntax

public void Talk (
    string number,
    bool showPrompt
)
'Declaration
Public Sub Talk ( _
    number As String, _
    showPrompt As Boolean _
)

Parameters

  • number
    The phone number to dial
  • showPrompt
    A boolean value indicating whether to prompt the user, asking for permission to proceed with placing the call.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

Phone Class
Phone Members
Microsoft.WindowsMobile.Telephony Namespace