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)
Syntax
public void Talk (
string number
)
'Declaration
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
Reference
Phone Class
Phone Members
Microsoft.WindowsMobile.Telephony Namespace