Click or drag to resize
EmailUserInfoProviderDeleteEmailUserInfo 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: SystemInt32
E-mail ID
userId
Type: SystemInt32
User ID
See Also