IEmailSend Method (IListIUser) |
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
)
Function Send (
recipients As IList(Of IUser)
) As IReturnValue
IReturnValue^ Send(
IList<IUser^>^ recipients
)
Parameters
- recipients
- Type: System.Collections.GenericIListIUser
Recipients.
Return Value
Type:
IReturnValue
Returns success result when the process was successfully done.
See Also