Click or drag to resize
BizFormMailSenderFactory Class
Default implementation of IBizFormMailSenderFactory providing on-line form email sender BizFormMailSender.
Inheritance Hierarchy
SystemObject
  CMS.OnlineFormsBizFormMailSenderFactory

Namespace: CMS.OnlineForms
Assembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 12.0.0
Syntax
C#
public class BizFormMailSenderFactory : IBizFormMailSenderFactory

The BizFormMailSenderFactory type exposes the following members.

Constructors
  NameDescription
Public methodBizFormMailSenderFactory
Top
Methods
  NameDescription
Public methodGetFormMailSender
Returns an email sender instance initiated with given data.
Top
See Also