~%Fill

Description

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.

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

~%Fill{
     "field":"to" | "cc" | "bcc" | "subject" | "location",
     // in case of to, cc, bcc
     "values":["emailaddress1","emailaddressN"],
     // in case of subject, location
     "value":"textvalue"
}

Works for

  • Email templates.
  • Appointment and meeting templates.

Examples of use

~%Fill{"field":"subject","value":"Text"}

Deprecated macros

  • FillBcc
  • FillCc
  • FillLocation
  • FillSubject
  • FillTo

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.