Click or drag to resize
EmailUserInfoProviderGet Method (Int32, Int32)
Gets an instance of the EmailUserInfo binding structure.

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

Parameters

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

Return Value

Type: EmailUserInfo
Returns an instance of EmailUserInfo corresponding to given identifiers or null.

Implements

IEmailUserInfoProviderGet(Int32, Int32)
See Also