Table of Contents

Method SendMailDirect

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

SendMailDirect(string, string)

Sends the mail message directly.

public int SendMailDirect(string strSubject, string strBody)

Parameters

strSubject string

The subject of the mail message.

strBody string

The body of the mail message.

Returns

int

The result of the mail sending operation.