EmailUserInfoProviderDeleteEmailUserInfo Method (Int32, Int32) |
Deletes EmailUserInfo specified by EmailID and UserID.
Namespace: CMS.EmailEngineAssembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 8.2.23
Syntax public static void DeleteEmailUserInfo(
int emailId,
int userId
)
Parameters
- emailId
- Type: SystemInt32
E-mail ID - userId
- Type: SystemInt32
User ID
See Also