Click or drag to resize
Infosoft Logo

UserServiceUserPasswordRequestNew 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.UserRegister.ServiceImplementation
Assembly: Infosoft.UserRegister (in Infosoft.UserRegister.dll) Version: 4.00.0.0
Syntax
public UserPasswordRequestNewResponse UserPasswordRequestNew(
	UserPasswordRequestNewRequest request
)

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.

Implements

IUserServiceContractUserPasswordRequestNew(UserPasswordRequestNewRequest)
See Also