Click or drag to resize
EmailHelperGetEmailFormat Method (Int32)
Gets the e-mail format for the site given its site ID.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 9.0.0
Syntax
C#
public static EmailFormatEnum GetEmailFormat(
	int siteId
)

Parameters

siteId
Type: SystemInt32
The site ID

Return Value

Type: EmailFormatEnum
E-mail format selected for the site in the settings
See Also