Click or drag to resize
IBizFormMailSenderFactory Interface
Represents factory providing on-line form email sender implementations.

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

The IBizFormMailSenderFactory type exposes the following members.

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