Click or drag to resize
MessageService 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 MessageService : IMessageService

The MessageService type exposes the following members.

Constructors
  NameDescription
Public methodMessageService
Initializes a new instance of the MessageService class.
Top
Methods
  NameDescription
Protected methodCreateEmailMessage
Creates new instance of EmailMessage
Public methodSendEmailAsync
Sends the given message (email).
Top
See Also