IScheduledTaskProperties.DynamicMailListModule

Syntax

DynamicMailListModule: IMetabaseObjectDescriptor;

Description

The DynamicMailListModule property determines a development environment object containing implementation of macro, which will create a dynamic list of recipients to send notifications about task completion.

Comments

As the property value it is required to determine the Fore unit/form/assembly description where the macro is implemented, which is set in IScheduledTaskProperties.DynamicMailListMacro.

Example

The example of use is given in the description of the IScheduledTaskProperties.UseDynamicMailList property.

See also:

IScheduledTaskProperties