Click or drag to resize
Infosoft Logo

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.UserRegister
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax

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