Creates new EmailInfo from EmailMessage.
Namespace: CMS.EmailEngineAssembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- message
- Type: CMS.EmailEngine EmailMessage
Email message
- siteId
- Type:
System Int32
ID of the site
- dontSend
- Type:
System Boolean
If true, e-mail status remains 'being created' so it could not be sent
- setName
- Type:
System String
Allows to flag e-mail as a part of specific e-mail set, could be null
- setRelatedId
- Type:
System Int32
ID for indication of the e-mail in specific set
Return Value
Type: EmailInfoEmailInfo object
See Also