Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the main entry URL for users to access the hosted email service.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
public Uri ServiceUserPortal { get; internal set; }
public:
property Uri^ ServiceUserPortal {
Uri^ get();
internal: void set(Uri^ value);
}
Public Property ServiceUserPortal As Uri
Get
Friend Set
End Property
Property Value
Type: System.Uri
A Uri containing the entry URL.
See Also
HostedEmailServiceInfo Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top