The Outlook App in Office 365 uses Microsoft ________ to make it possible for employees to manage email, maintain individual and team calendars, store contact information, and manage daily tasks lists

Fill in the blank(s) with correct word

Exchange Online

Computer Science & Information Technology

You might also like to view...

If a class is named MyClass, what must theconstructors be named?

a. initializer b. MyClass c. Any name the programmer wishes except the name of the class d. ~MyClass e. None of the above.

Computer Science & Information Technology

When an object is passed as a parameter into a function and the object will not change within the function, we should pass the object by:

A. reference B. value C. copy D. const reference

Computer Science & Information Technology