IScheduledTaskProperties.DynamicMailListModule

Fore Syntax

DynamicMailListModule: IMetabaseObjectDescriptor;

Fore.NET Syntax

DynamicMailListModule: Prognoz.Platform.Interop.Metabase.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.

Fore and Fore.NET Examples

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

See also:

IScheduledTaskProperties