Click or drag to resize
EmailUserInfoProviderDeleteEmailUserInfos Method
Deletes all EmailUserInfo objects that satisfy the specified criteria.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 9.0.0
Syntax
C#
public static void DeleteEmailUserInfos(
	string where
)

Parameters

where
Type: SystemString
The criteria to filter against
See Also