Click or drag to resize
EmailService Class
Exposes method for sending messages to users using email.
Inheritance Hierarchy
SystemObject
  Kentico.MembershipMessageService
    Kentico.MembershipEmailService

Namespace: Kentico.Membership
Assembly: Kentico.Membership (in Kentico.Membership.dll) Version: 13.0.131
Syntax
C#
public class EmailService : MessageService, 
	IIdentityMessageService

The EmailService type exposes the following members.

Constructors
  NameDescription
Public methodEmailService
Initializes a new instance of the EmailService class.
Public methodEmailService(IEventLogService)
Initializes a new instance of the EmailService class.
Top
Methods
  NameDescription
Public methodCreateEmailMessage(IdentityMessage)
Creates new instance of EmailMessage from the instance of IdentityMessage.
Protected methodCreateEmailMessage(String, String, String)
Creates new instance of EmailMessage
(Inherited from MessageService.)
Public methodSendAsync
Sends the given message (email).
Public methodSendEmailAsync
Sends the given message (email).
(Inherited from MessageService.)
Top
See Also