IScheduledTaskProperties.MailTargetType

Syntax

MailTargetType: ScheduledTaskMailTarget;

Description

The MailTargetType property determines the type of email, to which the task execution result is to be sent.

Comments

This property is relevant if the repository users are added to the MailRecipients collection. One or two types of the email can be specified as the MailTargetType property values using the values of the ScheduledTaskMailTarget enumerated type. On selecting several element types enumerations are separated by the key word Or. Email addresses, which type is specified in the property, must be determined in the user profile .

Example

The example of use is given in description of the MailRecipients property.

See also:

IScheduledTaskProperties