Click or drag to resize
OpenedEmailInfoProviderDeleteOpenedEmailInfos Method
Deletes OpenedEmailInfo objects based on specified where condition.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.2.23
Syntax
C#
public static void DeleteOpenedEmailInfos(
	string where
)

Parameters

where
Type: SystemString
Where condition
See Also