Explain how to use mail merge to send a personalized message via email.
What will be an ideal response?
Using mail merge to create the email message enables you to personalize messages, ensuring that only the recipient's email address appears in the To: text box in the email message. The steps for creating an email mail merge are basically the same as for a letter mail merge. The main document can be a Word document, and the data source file can be your Outlook contact list. When you click the Start Mail Merge button to begin the mail merge, click E-Mail Messages. Next, click the Select Recipients button, click Choose from Outlook Contacts, then follow the prompts to choose the correct address book and import the contacts folder. When you are ready to merge the final document, click the Finish & Merge button in the Finish group, then click Send Email Messages. Note that you cannot add a recipient to the Cc (carbon copy) or Bcc (blind carbon copy) fields. If you want to receive a copy of the email message, add your email address to the Mail Merge Recipients list.
You might also like to view...
Which of the following statements is false?
a) C# 6’s null-conditional operator (?!) accesses a property or calls a method only if its left operand is not null; otherwise, evaluation of the expression terminates and the value of the entire expression is null. b) A nullable type is a value type that also can be null. c) You specify a nullable type by following a value type’s name with a question mark (?). d) The GetValueOrDefault method checks whether a nullable-type variable contains a value. If so, the method returns that value; otherwise, it returns the value type’s default value.
Which of the following conveys meaning and is useful to users?
A. Data B. Information C. Input D. Output