Show / Hide Table of Contents

Interface IInviteUserEmailSender

Provides an abstraction for a service that sends invitation e-mails.

Namespace: IRM.AspNetCore.Identity.Mail
Assembly: IRM.AspNetCore.Identity.Mail.dll
Syntax
public interface IInviteUserEmailSender

Methods

SendAsync(InviteUserEmailViewModel)

Sends an invitation e-mail message to a reciever.

Declaration
Task SendAsync(InviteUserEmailViewModel viewModel)
Parameters
InviteUserEmailViewModel viewModel

The InviteUserEmailViewModel with information for creating invitation e-mails.

Returns
System.Threading.Tasks.Task

The task object representing the asynchronous operation.

Back to top Generated by DocFX