IEmailSend Method (IUser) |
Send the email to the specified user.
Namespace:
AskiaPortalCmn
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax IReturnValue Send(
IUser recipient
)
Function Send (
recipient As IUser
) As IReturnValue
IReturnValue^ Send(
IUser^ recipient
)
Parameters
- recipient
- Type: AskiaPortalCmnIUser
Recipient.
Return Value
Type:
IReturnValue
Returns success result when the process was successfully done.
See Also