bool IsUserAvailable(string name)

Returns true if the endpoint is able to recieve a call.

Security

Trust Level Required: Full trust

Parameters

Name Description
name The name (email) of the user.

Return

True if the user is available, false otherwise.