Click or drag to resize
MessageServiceCreateEmailMessage Method
Creates new instance of EmailMessage

Namespace: Kentico.Membership
Assembly: Kentico.Membership (in Kentico.Membership.dll) Version: 13.0.131
Syntax
C#
protected internal EmailMessage CreateEmailMessage(
	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: EmailMessage
See Also