SendOutlookNotification

Uses Outlook to send a notification to specified email addresses. The message within the email is determined by previous calls to actions with a set notification, such as CheckFreeDiskSpace.

Syntax

bool SendOutlookNotification (StrParam)

Parameters

The extension of the attachment. The attachment is expected to be named the same as the current document ID.

Returns

False if called at the wrong level, if the connection to Outlook could not be established, or if email addresses could not be found in Settings.ini.

Level

Document level.

Details

This action requires Outlook to be installed on the computer and logged in with an ID that has the appropriate permissions to send emails.
Example
SendOutlookNotification(".pdf")