HostedEmailServiceInfo.ServiceSignUpUrl Property
Retrieves the URL used for signing up a user to the hosted email service.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
public Uri ServiceSignUpUrl { get; internal set; }
public:
property Uri^ ServiceSignUpUrl {
Uri^ get();
internal: void set(Uri^ value);
}
Public Property ServiceSignUpUrl As Uri
Get
Friend Set
End Property
Property Value
Type: System.Uri
A Uri containing the URL used to sign up a user to the service.
See Also
HostedEmailServiceInfo Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top