Describe the six steps that you would perform to propose a new time for a meeting in Outlook.

What will be an ideal response?


1.      Click the appropriate meeting request to display the Calendar Tools Meeting Occurrence tab on the Ribbon.
2.      Click the Propose New Time button (Calendar Tools Meeting Occurrence tab | Respond group) to display the Occurrence menu.
3.      Click the Tentative and Propose New Time option to display the Propose New Time dialog box for the selected meeting.
4.      Drag through the time slot that you want to propose or enter the appropriate information in the Meeting start and Meeting end boxes (Propose New Time dialog box).
5.      Click the Propose time button to open the New Time Proposed - Meeting Response window.
6.      Click the Send button.

Computer Science & Information Technology

You might also like to view...

A rollover cable is wired similarly to an Ethernet cable except that pins 7 and 8 are crossed.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Which of the following is used to increase security on a client/server network?

a. bastion host b. bridge c. transmission media d. database server

Computer Science & Information Technology

The Files panel includes a(n) ____ file browser that enables you to browse files located outside of the site.

A. integrated B. visual C. indexed D. optimized

Computer Science & Information Technology

What is the result of the following code? Assume that objOutput_PrintPage is defined.

 private void btnPrint_Click(
 object sender, System.EventArgs e )
 {
 PrintDocument objOutput = new PrintDocument();

 // add PrintPage event handler
 objOutput.PrintPage += new PrintPageEventHandler(
 objOutput_PrintPage );

 objOutput.Print();

 } // end method btnPrint_Click

Computer Science & Information Technology