Click or drag to resize

INotificationClient Interface

Sends mail from the mail queue to an email/notification service

Namespace:  Omada.OE.Model.Interfaces
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public interface INotificationClient : IDisposable

The INotificationClient type exposes the following members.

Properties
  NameDescription
Public propertyNotificationSettings
NotificationSettings used by client
Top
Methods
  NameDescription
Public methodConnect
Connect and authenticate with email server
Public methodSend
Sends a mail from the queue
Top
See Also