IEmailSend Method (IListIUser, ISurvey) |
Send the email to the specified users.
Namespace:
AskiaPortalCmn
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax IReturnValue Send(
IList<IUser> recipients,
ISurvey survey
)
Function Send (
recipients As IList(Of IUser),
survey As ISurvey
) As IReturnValue
IReturnValue^ Send(
IList<IUser^>^ recipients,
ISurvey^ survey
)
Parameters
- recipients
- Type: System.Collections.GenericIListIUser
Recipients. - 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