Click or drag to resize
EmailUserInfoProvider.DeleteEmailUserInfo Method (Int32, Int32)
Deletes EmailUserInfo specified by EmailID and UserID.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 9.0.0
Syntax
C#
public static void DeleteEmailUserInfo(
	int emailId,
	int userId
)

Parameters

emailId
Type: System.Int32
E-mail ID
userId
Type: System.Int32
User ID
See Also