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