Contact form Web part is a module that provides simple Web site contact functionality. Web site visitors can enter their name, contact e-mail, message subject and a message itself and send it to the Web site owner (or any other e-mail address set in the module custom properties). This module is protected by the Captcha module.

Namespace: MonoSoftware.MonoX.ModuleGallery
Assembly: MonoX (in MonoX.dll) Version: 4.5.3057.35 (4.5.3057.35)

Syntax

C#
public class ContactFormModule : BaseAutoRegisterPart
Visual Basic
Public Class ContactFormModule _
	Inherits BaseAutoRegisterPart
Visual C++
public ref class ContactFormModule : public BaseAutoRegisterPart

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI..::..TemplateControl
      System.Web.UI..::..UserControl
        MonoSoftware.MonoX..::..BasePart
          MonoSoftware.MonoX..::..BaseAutoRegisterPart
            MonoSoftware.MonoX.ModuleGallery..::..ContactFormModule

See Also