Click or drag to resize
EmailInfoProviderGetEmailInfo Method

Note: This API is now obsolete.

Returns the EmailInfo structure for the specified email ID.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IEmailInfoProvider.Get(int) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - EmailInfo.Provider.")]
public static EmailInfo GetEmailInfo(
	int emailId
)

Parameters

emailId
Type: SystemInt32
Email ID

Return Value

Type: EmailInfo
See Also