Phone.Talk Method (String)
3/29/2010
Places the phone call, using the specified string phone number.
Namespace: Microsoft.WindowsMobile.Telephony
Assembly: Microsoft.WindowsMobile.Telephony (in microsoft.windowsmobile.telephony.dll)
Assembly: Microsoft.WindowsMobile.Telephony (in microsoft.windowsmobile.telephony.dll)
Syntax
C#
public void Talk ( string number )
Visual Basic
Public Sub Talk ( _ number As String _ )
Parameters
- number
-
The phone number to dial
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