Use
The method
SendTaskDescription sends the task description created in the task definition as a mail.Features
Method parameters of method
SendTaskDescriptionParameter |
Reference |
Explanation |
AddressStrings |
Field reference |
Multiline element for containing the recipient names. The recipient names are stored as a character string. The structure of a recipient name depends on the recipient type. If this structure is not in accordance with the recipient type specified in the parameter TypeID , the text is not sent. |
TypeID |
Field reference |
Indicator for specifying a recipient type. For further information, refer to
Recipient Type. |
Receivers |
Object reference |
Multiline element for containing the recipient addresses. The recipient addresses are object references to objects of the type ADDRESS . These object references are established in separate steps ( Create address).(Generally other objects can also serve as recipients of texts. This is always possible if the object type in question provides a Receive method.) |
Express |
Field reference |
Indicator for sending as express mail. |
Language |
Field reference |
Indicator for the language in which the text is to be sent. |
Attachments |
Object reference |

It is possible for some of the recipients to be specified by their names (method parameter
AddressStrings ) and some by their addresses as address objects (method parameter Receivers ).