Click or drag to resize
OpenedEmailInfoProviderDeleteOpenedEmailInfos Method

Note: This API is now obsolete.

Deletes OpenedEmailInfo objects based on specified where condition.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("Method will be removed in the next version")]
public static void DeleteOpenedEmailInfos(
	string where
)

Parameters

where
Type: SystemString
Where condition
See Also