The ContactFormModule type exposes the following members.

Constructors

  Name Description
Public method ContactFormModule
Constructor.

Methods

  Name Description
Protected method btnSend_Click
Public method OnAfterSendCCMail
Raises the AfterSendCCMail event.
Public method OnAfterSendMail
Raises the AfterSendMail event.
Public method OnBeforeSendCCMail
Raises the BeforeSendCCMail event.
Public method OnBeforeSendMail
Raises the BeforeSendMail event.
Protected method OnInit (Overrides BasePart..::..OnInit(EventArgs).)
Protected method OnLoad (Overrides BasePart..::..OnLoad(EventArgs).)

Extension Methods

  Name Description
Public Extension Method ConvertTo(Type) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)()()()() Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)(TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method GetCurrentStackTrace
Gets current stack trace information.
(Defined by ObjectExtension.)
Public Extension Method GetDebugInformation
Gets the debug information for currently executing code.
(Defined by ObjectExtension.)
Public Extension Method GetExecutingMethodName
Gets the executing method name.
(Defined by ObjectExtension.)
Public Extension Method GetPagerTemplate
Gets pager template.
(Defined by ControlExtension.)
Public Extension Method GetPropertyType
Gets a property type.
(Defined by ObjectExtension.)
Public Extension Method GetPropertyValue
Gets a property or field value from the object (Dot notation enabled).
(Defined by ObjectExtension.)
Public Extension Method PropertyExists
Check if property exists.
(Defined by ObjectExtension.)
Public Extension Method SetPropertyValue
Sets a property or field value to the object (Dot notation enabled).
(Defined by ObjectExtension.)

Fields

  Name Description
Protected field btnSend
btnSend control.
Protected field captchaModule
captchaModule control.
Protected field lblEMail
lblEMail control.
Protected field lblInfo
lblInfo control.
Protected field lblMessage
lblMessage control.
Protected field lblName
lblName control.
Protected field lblSubject
lblSubject control.
Protected field lblTitle
lblTitle control.
Protected field panAddress
panAddress control.
Protected field panCountry
panCountry control.
Protected field panFax
panFax control.
Protected field panInfo
panInfo control.
Protected field panPhone
panPhone control.
Protected field panWebSiteName
panWebSiteName control.
Protected field panZipCode
panZipCode control.
Protected field regexEmail
regexEmail control.
Protected field reqEMail
reqEMail control.
Protected field reqName
reqName control.
Protected field reqSubject
reqSubject control.
Protected field summary
summary control.
Protected field txtEMail
txtEMail control.
Protected field txtMessage
txtMessage control.
Protected field txtName
txtName control.
Protected field txtSubject
txtSubject control.
Protected field validationHandler
validationHandler control.

Properties

  Name Description
Public property A_Address
Get or set address.
Public property A_City
Get or set City.
Public property A_Country
Get or set Country.
Public property A_EMail
Get or set E-Mail.
Public property A_EmailBCC
Get or set E-Mail.
Public property A_Fax
Get or set Fax.
Public property A_Phone
Get or set Phone.
Public property A_WebSiteName
Get or set web site name.
Public property A_ZipCode
Get or set Zip Code.
Public property EnableSSL
Gets or sets the flag if SSL is enabled.
Public property InfoPanelVisible
Gets or sets the info panel visibility.

Events

  Name Description
Public event AfterSendCCMail
Event that is fired after the mail is sent to cc address.
Public event AfterSendMail
Event that is fired after the mail is sent.
Public event BeforeSendCCMail
Event that is fired prior to sending cc copy of the mail.
Public event BeforeSendMail
Event that is fired prior to mail sending.

See Also