DialinCallbackValues is an enumerated data type for the Callback property of IUserDialinInfo. The various values and their respective descriptions are as follows:
Value |
Description |
NoCallback = 0x0001 |
No callback rights are given to the user. This is the default value. |
Preset = 0x0002 |
The user has callback rights and the callback number is preset by the administrator. |
SetbyCaller = 0x0003 |
The user has callback rights and the user can set the callback number when making the call. |
The CallbackPhoneNumber property of IUserDialinInfo can be set only if the value of the Callback property is "Preset".
See Also