Table of Contents

Method SendMailPopup

Namespace
Innova.Prism.Library.Mail
Assembly
Innova.Prism.Library.dll

SendMailPopup(string, string)

Sends the mail message as a popup.

public void SendMailPopup(string strSubject, string strBody)

Parameters

strSubject string

The subject of the mail message.

strBody string

The body of the mail message.