Click or drag to resize

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
)

Parameters

recipients
Type: System.Collections.GenericIListIUser
Recipients.

Return Value

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