Click or drag to resize
MessageServiceSendEmailAsync Method
Sends the given message (email).

Namespace: Kentico.Membership
Assembly: Kentico.Membership (in Kentico.Membership.dll) Version: 13.0.131
Syntax
C#
public Task SendEmailAsync(
	string destination,
	string subject,
	string body
)

Parameters

destination
Type: SystemString
The destination email address.
subject
Type: SystemString
The subject of the email.
body
Type: SystemString
Message body of the email.

Return Value

Type: Task
A Task object that represents an asynchronous operation of sending the email.

Implements

IMessageServiceSendEmailAsync(String, String, String)
See Also