SocketWrench .NET Edition

InternetDialer.CallbackNumber Property

Gets and sets the telephone number for the remote server to call back on.

[Visual Basic]
Public Property CallbackNumber As String
[C#]
public string CallbackNumber {get; set;}

Property Value

A string which specifies the callback telephone number.

Remarks

Setting the CallbackNumber property specifies that the server should call the user back at the given telephone number. This property is ignored unless the user has "Set By Caller" callback permission on the server. Assigning an asterisk to this property causes the number stored in the phone book entry to be used for callback.

See Also

InternetDialer Class | SocketTools Namespace