Click or drag to resize
EmailUserInfoProviderGetEmailUserInfo Method

Note: This API is now obsolete.

Returns the EmailUserInfo structure for the specified email and user IDs.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IEmailUserInfoProvider.Get(int, int) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - EmailUserInfo.Provider.")]
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