UserInformation.GetSessionInitiationProtocolUriAsync | getSessionInitiationProtocolUriAsync method

This topic has not yet been rated - Rate this topic

Gets the Uniform Resource Identifier (URI) of the session initiation protocol for the user.

Syntax


Windows.System.UserProfile.UserInformation.getSessionInitiationProtocolUriAsync().done( /* Your success and error handlers */ );

Parameters

This method has no parameters.

Return value

Type: IAsyncOperation<Uri>

The URI of the session initiation protocol.

Remarks

Access to the URI of the session initiation protocol for the user can be blocked by privacy settings (for example, if the UserInformation::NameAccessAllowed property is false). If access is blocked, this method returns a null value.

This method does not throw an exception.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.System.UserProfile
Windows::System::UserProfile [C++]

Metadata

Windows.winmd

See also

UserInformation

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.