Click or drag to resize

IEmailSend Method (IUser, ISurvey)

Send the email to the specified user. Use this overload if your mail contains surveys related macros.

Namespace:  AskiaPortalCmn
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
IReturnValue Send(
	IUser recipient,
	ISurvey survey
)

Parameters

recipient
Type: AskiaPortalCmnIUser
Recipient
survey
Type: AskiaPortalCmnISurvey
Survey used to make the email text dynamic.

Return Value

Type: IReturnValue
Returns success result when the process was successfully done.
See Also