EmailHelperGetEmailFormat Method (String) |
Gets the e-mail format for the site given its site name.
Namespace: CMS.EmailEngineAssembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 13.0.131
Syntax public static EmailFormatEnum GetEmailFormat(
string siteName
)
Parameters
- siteName
- Type: SystemString
The site name
Return Value
Type:
EmailFormatEnumE-mail format selected for the site in the settings
See Also