Share via


ServiceInfoFromXml.RetrievePasswordUrl Property

 

Gets and sets the retrieve password URL.

Namespace:   Microsoft.WindowsServerSolutions.HostedEmail
Assembly:  Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)

Syntax

public string RetrievePasswordUrl { get; set; }
public:
property String^ RetrievePasswordUrl {
    String^ get();
    void set(String^ value);
}
Public Property RetrievePasswordUrl As String

Property Value

Type: System.String

The retrieve password URL.

See Also

ServiceInfoFromXml Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace

Return to top