SipNotificationEndpoint.UserUri Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The user URI.
public:
property Uri ^ UserUri { Uri ^ get(); void set(Uri ^ value); };
public Uri UserUri { get; set; }
member this.UserUri : Uri with get, set
Public Property UserUri As Uri
Property Value
AUri object that identifies the user to whom notifications are sent.
Remarks
The UserUri value must be defined in the format: sip: user@host, , where user defines the user name of the intended recipient and host is the fully qualified domain name (FQDN) of the host where the user is defined.