Table of Contents

Class Notifications.FormsViewModelFrontend.OnSendReceiptArgs

Namespace
Dynamicweb.Forms
Assembly
Dynamicweb.Forms.dll

Class OnSendReceiptArgs.

public class Notifications.FormsViewModelFrontend.OnSendReceiptArgs : NotificationArgs
Inheritance
Notifications.FormsViewModelFrontend.OnSendReceiptArgs
Inherited Members

Properties

EmailMessage

Gets or sets the email message.

public MailMessage EmailMessage { get; set; }

Property Value

MailMessage

Form

Gets or sets the form.

public Form Form { get; set; }

Property Value

Form

Submit

Gets or sets the submit.

public Submit Submit { get; set; }

Property Value

Submit

See Also

To top