Which of the following would NOT be one of the tools mentioned to help manage large amounts of e-mail?

A) turning on an out-of-office notice B) filtering junk e-mail
C) coding all messages with a blue flag D) presorting e-mail

C

Computer Science & Information Technology

You might also like to view...

Given the declarations below, write a nested loop using two for loops to sum all of the elements in the array below. Use row and col for your loop variables. ? int scores[3][3] = { {92, 87, 91}, {88, 72, 93}, {100, 94, 97} }; ? int sum = 0;

What will be an ideal response?

Computer Science & Information Technology

Describe common problems with user documentation that account for support problem incidents.

What will be an ideal response?

Computer Science & Information Technology