I have created a User Defined Tool that creates a new email in Outlook and fills all fields of the mail (To, CC, Subject, Body) with data stored in the ToDoList.
I have now a button in the toolbar that creates the email.
In the command I also have a date prompt, that asks for a date and pastes it in the subject:
Code: Select all
$(userdate, var_date1, "Date prompt")
Best regards
OLLI