Table of Contents

Class Notifications.Frontend.OnSendMailArgs

Namespace
Dynamicweb.Forms
Assembly
Dynamicweb.Forms.dll

Class OnSendMailArgs.

public class Notifications.Frontend.OnSendMailArgs : NotificationArgs
Inheritance
Notifications.Frontend.OnSendMailArgs
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