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

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

Parameters

siteName
Type: SystemString
The site name

Return Value

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