IssueInfoProviderAddSentEmailsInternal Method |
Increases the sent emails count in the issue specified.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 12.0.0
Syntax protected virtual void AddSentEmailsInternal(
int issueId,
int emails,
DateTime mailoutTime
)
Parameters
- issueId
- Type: SystemInt32
Issue ID - emails
- Type: SystemInt32
Number of sent emails to add - mailoutTime
- Type: SystemDateTime
Time when the e-mails were sent
See Also