DynamicMailListModule: IMetabaseObjectDescriptor;
DynamicMailListModule: Prognoz.Platform.Interop.Metabase.IMetabaseObjectDescriptor;
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.
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.
The example of use is given in the description of the IScheduledTaskProperties.UseDynamicMailList property.
See also: