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 URL used to retrieve the admin password for the hosted email service.
Namespace:   Microsoft.WindowsServerSolutions.HostedEmail
Assembly:  Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
public Uri RetrievePasswordUrl { get; internal set; }
public:
property Uri^ RetrievePasswordUrl {
    Uri^ get();
    internal: void set(Uri^ value);
}
Public Property RetrievePasswordUrl As Uri
    Get
    Friend Set
End Property
Property Value
Type: System.Uri
A Uri containing the URL used to retrieve the admin password.
See Also
HostedEmailServiceInfo Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top