EmailInfoProviderGetExpiredEmailCount Method |
Gets the number of archived emails that are older that expiration date for each site.
Namespace: CMS.EmailEngineAssembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 8.2.23
Syntax public static DataSet GetExpiredEmailCount()
Return Value
Type:
DataSetTable of triplets containing site ID, expiration date and number of expired emails
See Also