| IssueInfoProviderAddSentEmails Method  | 
            Increases the sent emails count in the issue specified.
            
 
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 13.0.131
Syntaxpublic static void AddSentEmails(
	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