Creates a new EmailInfo object from the specified EmailMessage.
Namespace: CMS.EmailEngineAssembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- message
- Type: CMS.EmailEngine EmailMessage
Email message to copy data from
Exceptions
Exception | Condition |
---|---|
System ArgumentNullException | message cannot be null |
See Also