Click or drag to resize
EmailHelperSettingsArchiveEmails Method
Gets the number of days the e-mails should be kept in archive for the specified site.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 9.0.0
Syntax
C#
public static int ArchiveEmails(
	string siteName
)

Parameters

siteName
Type: SystemString
Name of the site

Return Value

Type: Int32
Number of days the e-mails should stay in the archive
See Also