Text Disguise

Client.SendForgottenPasswordEmail Method 

[This is preliminary documentation and subject to change.]

Sends a reminder e-mail to the user of their Client GUID and password.

[Visual Basic]
Public Sub SendForgottenPasswordEmail( _
   ByVal emailAddress As String _
)
[C#]
public void SendForgottenPasswordEmail(
   string emailAddress
);

Parameters

emailAddress
A String containing the e-mail address that is to be retrieved.

Remarks

The sender and subject of the reminder message are contained in the TDSettings.

See Also

Client Class | Dls.TextDisguise Namespace | TDSettings