ClientSendVerificationEmail Method |
Attempts to send an email to the specified email address (if a user exists with that email address) containing a link to verify the email address.
Namespace:
MattermostDriver
Assembly:
MattermostDriver (in MattermostDriver.dll) Version: 0.0.3.10 (0.0.3.10)
Syntaxpublic void SendVerificationEmail(
string email
)
Public Sub SendVerificationEmail (
email As String
)
public:
void SendVerificationEmail(
String^ email
)
member SendVerificationEmail :
email : string -> unit
Parameters
- email
- Type: SystemString
The email address.
See Also