Book Image

The Microsoft Outlook Ideas Book

By : Barbara March
Book Image

The Microsoft Outlook Ideas Book

By: Barbara March

Overview of this book

Microsoft Outlook, in tandem with Microsoft Exchange Server, provides a powerful environment for sharing information. This book will show you how to take advantage of that to construct solutions for your business or organization from the features of Outlook. This book is a collection of scenarios that incorporate and link many Outlook components to produce surprisingly powerful functionality. Without the need for code or specially-written applications, you will be extracting information from your Outlook Calendar, Contacts and Tasks folders to create solutions like these: Monitoring staff leave and printing schedules Managing meeting rooms and printing invoices Managing fleet vehicles, their records, and servicing Managing a school class calendar, student records, attendance, assignments, and reports
Table of Contents (8 chapters)

Preface

For me, this book is the journal of an exciting voyage of discovery—and it all began with a request for some training in Microsoft Outlook.

Unlike most of the training sessions I had conducted previously, I knew the students very well—the work they did, the environment in which they worked, and the constraints that they worked under. They were not only my students but also my work colleagues. So, knowing that I could direct the instruction to address their specific needs, I began to look deeper into Outlook, hoping to find some useful solutions to the challenges that I knew that my colleagues faced every day.

I was already a proficient Outlook user, but the more research I did, the less I found that I knew and one of the biggest revelations for me was that Outlook could perform calculations! However, how these calculations and other capabilities could be used by ordinary users (i.e. not programmers) seemed not to be documented, anywhere—until now!

I have had a lot of fun putting together these solutions and this book had to be written; these powerful Outlook features should not remain the sole realm of the programmers; we can use them too!

What This Book Covers

Chapter 1 discusses the Outlook Calendar folder and demonstrates ways in which calendar items and folders can be manipulated and presented to provide a valuable and professional, timesaving management tool.

In Chapter 2, we customize the view of Contacts records to produce an efficient client‑business directory and a detailed and comprehensive personnel database. We also take a huge leap of imagination and explore the use of the Contacts folder to store the details of and manage objects such as company vehicles and meeting rooms.

Chapter 3 looks at Tasks and how they can help us, not only manage the day-to-day jobs we have to do, but also monitor time and cost in service processes. Tasks are also linked to Contacts to provide personalized records.

Chapter 4 presents two rounded solutions that bring together techniques from the previous chapters and are where all the Outlook components integrate into an efficient machine that belies any belief that Outlook is simply an email client.

What You Need to Use This Book

This book is about Microsoft Outlook and not Outlook Express. There are differences in functionality between the versions of Outlook, and where this affects the examples these differences have been noted and alternative instructions included.

If the reader is familiar with functions in Microsoft Access and Excel, he/she will have no difficulty understanding the functions used in the examples and their syntax. For readers without this experience, the instructions are clear and easy to follow.

Conventions

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.

There are three styles for code. Code words in text are shown as follows: "We can include other contexts through the use of the include directive."

A block of code will be set as follows:

Sub cmdPrint_Click()
Set oWordApp = CreateObject("Word.Application")
If oWordApp Is Nothing Then
MsgBox "Couldn’t start Word."
Else
Dim oWordApp
Dim oWordDoc

New terms and important words are introduced in a bold-type font. Words that you see on the screen, in menus or dialog boxes for example, appear in our text like this: "clicking the Next button moves you to the next screen".

Note

Warnings or important notes appear in a box like this.

Reader Feedback

Feedback from our readers is always welcome. Let us know what you think about this book, what you liked or may have disliked. Reader feedback is important for us to develop titles that you really get the most out of.

To send us general feedback, simply drop an email to , making sure to mention the book title in the subject of your message.

If there is a book that you need and would like to see us publish, please send us a note in the SUGGEST A TITLE form on www.packtpub.com or email .

If there is a topic that you have expertise in and you are interested in either writing or contributing to a book, see our author guide on www.packtpub.com/authors.

Customer Support

Now that you are the proud owner of a Packt book, we have a number of things to help you to get the most from your purchase.

Downloading the Example Code for the Book

Visit http://www.packtpub.com/support, and select this book from the list of titles to download any example code or extra resources for this book. The files available for download will then be displayed.

Note

The downloadable files contain instructions on how to use them.

Errata

Although we have taken every care to ensure the accuracy of our contents, mistakes do happen. If you find a mistake in one of our books—maybe a mistake in text or code—we would be grateful if you would report this to us. By doing this you can save other readers from frustration, and help to improve subsequent versions of this book. If you find any errata, report them by visiting http://www.packtpub.com/support, selecting your book, clicking on the Submit Errata link, and entering the details of your errata. Once your errata have been verified, your submission will be accepted and the errata added to the list of existing errata. The existing errata can be viewed by selecting your title from http://www.packtpub.com/support.

Questions

You can contact us at if you are having a problem with some aspect of the book, and we will do our best to address it.