Click or drag to resize

EmailDispatchService Class

Represents a dispatch service that sends out email-based notifications.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Analytics.NotificationsEmailDispatchService

Namespace:  Dynamicweb.Analytics.Notifications
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public class EmailDispatchService : INotificationDispatchService

The EmailDispatchService type exposes the following members.

Constructors
  NameDescription
Public methodEmailDispatchService
Initializes a new instance of an object.
Top
Methods
  NameDescription
Public methodBeginDispatchNotification
Begins processing of the specified notification and returns a code that can be used to query dispatch status.
Public methodQueryNotificationDispatchResult
Returns a dispatch result of the given notification or null (Nothing in Visual Basic) if the result is not available yet.
Top
See Also