~%Add

Description

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.

Email

You can specify To, Cc, Bcc, and Subject.

Calendar

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.

Syntax

~%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 ]
}

Works for

  • Email templates.
  • Appointment and meeting templates.
  • Mail Merge templates.

Examples of use

~%Add{"field":"to","values":["example@domain.com"]}

Deprecated macros

  • AddBcc
  • AddCc
  • AddLocation
  • AddSubject
  • AddTo

Post a comment

Seen by everyone, do not publish license keys and sensitive personal info!

If you have any questions or issues with this add-in, please feel free to post your concerns in the comments area. As soon as we answer, a notification message will be sent to your e-mail. If you do not want to share your thoughts in public, please contact us at support@ablebits.com.