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