IsPhoneUri
Applies to: Lync 2013 | Lync Server 2013
IsPhoneUri
The IsPhoneUri function indicates whether a specified URI points to a phone.
Syntax
bool IsPhoneUri(
Uri uri
);
Parameters
- Uri
Specifies a URI.
Return values
Returns true if the supplied URI contains the user=phone parameter; otherwise, false.