MessageServiceCreateEmailMessage Method |
Namespace: Kentico.MembershipAssembly: Kentico.Membership (in Kentico.Membership.dll) Version: 13.0.131
Syntax 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:
EmailMessageSee Also