Click or drag to resize
EmailUserInfoProviderAdd Method
Creates EmailUserInfo binding.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 13.0.131
Syntax
C#
public virtual void Add(
	int emailId,
	int userId
)

Parameters

emailId
Type: SystemInt32
Email ID.
userId
Type: SystemInt32
User ID.

Implements

IEmailUserInfoProviderAdd(Int32, Int32)
See Also