|
IUserServiceContractUserPasswordRequestNew Method |
This operation should be used when a user of the system has requested a new password. The request message
must contain a valid user object, and an email message
object that will be sent to the user.
Namespace: Infosoft.Common.Contracts.ServiceContracts.UserRegisterAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax No code example is currently available or this language may not be supported.
Parameters
- request UserPasswordRequestNewRequest
-
A message request object, containing a user object and an
email message object.
Return Value
UserPasswordRequestNewResponse
A message response object, containing a boolean variable that says whether or not the message was
successfully delivered. Currently this variable will always be true, since any error will instead be
signaled by the throwing of a fault.
See Also