Click or drag to resize
IMessageService Interface
Defines contract to send an email.

Namespace: Kentico.Membership
Assembly: Kentico.Membership (in Kentico.Membership.dll) Version: 13.0.131
Syntax
C#
public interface IMessageService

The IMessageService type exposes the following members.

Methods
  NameDescription
Public methodSendEmailAsync
Sends the given message (email).
Top
See Also