Previous Topic

Next Topic

Book Contents

EMailToInFormUser "InFormUser,szSubject,szMsg"

Sends email to a specified InForm user.

Arguments

InFormUser

Internally assigned database ID of the InForm user to receive the email.

Subject

String containing the subject of the email.

Msg

String containing the text of the email message.

Note: The InFormUser argument identifies the recipient of the email. The following registry entry specifies the sender (the From address): HKLM/SOFTWARE/OracleHS/InForm/PFMngrExecutionPlan. The entry is a string value named "FromAddress". The default is "nobody@Oracle.com".

Example

Global.EMailToInformUser "sm", "CRFUnLock", "Sending InForm User email when Unlock-CRF"

Send Feedback