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
)
Function Send (
recipient As IUser,
survey As ISurvey
) As IReturnValue
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