Class Notifications.Frontend.OnSendReceiptArgs
- Namespace
- Dynamicweb.Forms
- Assembly
- Dynamicweb.Forms.dll
Class OnSendReceiptArgs.
public class Notifications.Frontend.OnSendReceiptArgs : NotificationArgs
- Inheritance
-
Notifications.Frontend.OnSendReceiptArgs
- Inherited Members
Properties
EmailMessage
Gets or sets the email message.
public MailMessage EmailMessage { get; set; }
Property Value
Form
Gets or sets the form.
public Form Form { get; set; }
Property Value
Submit
Gets or sets the submit.
public Submit Submit { get; set; }