Fetches the e-mails which should be sent from database and marks them as being sent.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- fetchFailed
- Type: System Boolean
If true, failed e-mails are fetched
- fetchNew
- Type: System Boolean
If true, new e-mails are fetched
- firstEmailId
- Type: System Int32
First e-mail ID (all e-mails should have the same or larger ID)
- issueId
- Type: System Int32
If set, only e-mails of specified issue will be fetched
Return Value
Type: DataSetSee Also