bool CallUser(string idName, int ringSecs)
Calls a user by id (usually email address), and returns true on success.
Security
Trust Level Required: Full trust
Parameters
Name | Description |
idName | The user to call. |
ringSecs | The number of seconds to ring before timeout. |
Return
True if success, false otherwise.