Click or drag to resize
IDraftSender Interface
Interface for sending drafts of newsletter issues (IssueInfo).

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 12.0.0
Syntax
C#
public interface IDraftSender

The IDraftSender type exposes the following members.

Methods
  NameDescription
Public methodSend
Sends the issue as draft to given e-mail addresses (recipients).
Public methodSendAsync
Asynchronously sends the issue as draft to given e-mail addresses (recipients).
Top
See Also