Click or drag to resize
EmailUserInfoProviderGetEmailUserInfo Method
Returns the EmailUserInfo structure for the specified email and user IDs.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 9.0.0
Syntax
C#
public static EmailUserInfo GetEmailUserInfo(
	int emailId,
	int userId
)

Parameters

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

Return Value

Type: EmailUserInfo
See Also