Click or drag to resize
EmailInfoProviderGetEmailInfoInternal Method
Returns the EmailInfo structure for the specified email ID.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual EmailInfo GetEmailInfoInternal(
	int emailId
)

Parameters

emailId
Type: SystemInt32
Email ID

Return Value

Type: EmailInfo
See Also