This macro fills out the specified field of the current email message, appointment, or meeting with the specified email addresses (for To, Cc, Bcc) or specified text (for Subject, Location). Any previously added addresses or text are deleted.
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.
~%Fill{
"field":"to" | "cc" | "bcc" | "subject" | "location",
// in case of to, cc, bcc
"values":["emailaddress1","emailaddressN"],
// in case of subject, location
"value":"textvalue"
}
~%Fill{"field":"subject","value":"Text"}
Post a comment
Seen by everyone, do not publish license keys and sensitive personal info!