This macro adds the specified email addresses or specified text to the specified field of the current email message, appointment, or meeting. In the case of the Subject and Location field, you can add the specified text before or after the existing field text.
You can specify To, Cc, Bcc, and Subject.
You can specify the Subject and Location fields. Also, you can use To for the Required Attendees field and Cc for the Optional Attendees field.
~%Add{
"field":"to" | "cc" | "bcc" | "subject" | "location",
// in case of to, cc, bcc
"values":["emailaddress1", "emailaddressN"],
// in case of subject, location
"value":"textvalue",
[ "before":"true" | true | "false" | false ]
}
~%Add{"field":"to","values":["example@domain.com"]}
Please contact us here