Click or drag to resize
EmailUserInfoProviderDeleteEmailUserInfo Method (Int32, Int32)

Note: This API is now obsolete.

Deletes EmailUserInfo specified by EmailID and UserID.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IEmailUserInfoProvider.Remove(int, int) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - EmailUserInfo.Provider.")]
public static void DeleteEmailUserInfo(
	int emailId,
	int userId
)

Parameters

emailId
Type: SystemInt32
E-mail ID
userId
Type: SystemInt32
User ID
See Also