Customer Reviews


14 Reviews
5 star:
 (9)
4 star:
 (2)
3 star:
 (1)
2 star:    (0)
1 star:
 (2)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


25 of 25 people found the following review helpful:
5.0 out of 5 stars High and Low Level Views
An excellent high and low level view of programming Outlook 2000/XP. For an experienced programmer, the majority of the chapters get right into the code/objects/events/models you'll need. The code examples are not "toys", but (fortunately) are brief enough to focus on the subject being discussed.
Novice and experienced programmers will appreciate the...
Published on January 20, 2003 by Ken Gorman

versus
11 of 14 people found the following review helpful:
1.0 out of 5 stars Not for seasoned VB coders
If you've been writing in VB and VBA for awhile then this book is a large waste of money. The first half of the book covers basic VB programming concepts like For Next, Do While, Select Case, Msg Box etc.... stuff I've been doing for years. The rest of the book has some okay examples, but it's not organized in a way that allows you to find what you are looking for easily.
Published on November 30, 2005 by Steven Lee


‹ Previous | 1 2 | Next ›
Most Helpful First | Newest First

25 of 25 people found the following review helpful:
5.0 out of 5 stars High and Low Level Views, January 20, 2003
By 
Ken Gorman (Cranford, NJ USA) - See all my reviews
This review is from: Microsoft Outlook Programming: Jumpstart for Administrators, Developers, and Power Users (Paperback)
An excellent high and low level view of programming Outlook 2000/XP. For an experienced programmer, the majority of the chapters get right into the code/objects/events/models you'll need. The code examples are not "toys", but (fortunately) are brief enough to focus on the subject being discussed.
Novice and experienced programmers will appreciate the overview of the VBA environment/language within Outlook.
Reading this book answered specific questions I needed answered about customization, and erased that "where do I start" feeling I had about programming in Outlook. Great book!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5 of 5 people found the following review helpful:
5.0 out of 5 stars Sue Mosher is the best of the best on Outlook Programming, February 3, 2004
By 
James Hawkins "Jahawk" (Garland, TX United States) - See all my reviews
(REAL NAME)   
This review is from: Microsoft Outlook Programming: Jumpstart for Administrators, Developers, and Power Users (Paperback)
The book is beyond excellent, but that is not why I am writing this review. Sue Mosher put a book together for all levels of Outlook users. From the novice trying to extend the usefulness of Outlook to the programmer tasked with creating a custom solution. Between this book (and her others), her work with www.slipstick.com, and her own www.outlookcode.com--she is the greatest Outlook\Exchange coding resource I could name. What makes it even better is that when you happen to email her a 'code dilemma' question she'll write you back and set you straight.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 4 people found the following review helpful:
5.0 out of 5 stars Absolutlely essential tool for Outlook Programming, May 26, 2005
Amazon Verified Purchase(What's this?)
This review is from: Microsoft Outlook Programming: Jumpstart for Administrators, Developers, and Power Users (Paperback)
I am a little more than a novice with VBA, but with Sue's details and explaination of the complex syntax required by Outlook, real progress was possible. I have been able to build an Outlook form with VB Script that collects data form a large number of people within my company and store it on a public foler for futher use and reference. It only took a few weeks to do that and it would not have been possible without this book. Highly recommended.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


11 of 14 people found the following review helpful:
1.0 out of 5 stars Not for seasoned VB coders, November 30, 2005
Amazon Verified Purchase(What's this?)
This review is from: Microsoft Outlook Programming: Jumpstart for Administrators, Developers, and Power Users (Paperback)
If you've been writing in VB and VBA for awhile then this book is a large waste of money. The first half of the book covers basic VB programming concepts like For Next, Do While, Select Case, Msg Box etc.... stuff I've been doing for years. The rest of the book has some okay examples, but it's not organized in a way that allows you to find what you are looking for easily.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


10 of 13 people found the following review helpful:
3.0 out of 5 stars Better than nothing, December 8, 2006
By 
Richard Freytag (Northern Virginia) - See all my reviews
(REAL NAME)   
This review is from: Microsoft Outlook Programming: Jumpstart for Administrators, Developers, and Power Users (Paperback)
Better than nothing, December 8, 2006
Reviewer: Richard C. H. Freytag (Northern Virginia) - See all my reviews
(REAL NAME)
Look the book has a good index - I know because I have had to use it a lot because the author REGULARLY USES TERMS BEFORE DEFINING THEM which I hate! In fact terms are not really defined well at all leaving the user wandering like a blind man trying to understand an elephant by touch. Here you learn about one object.method, there another object.method or property but no understanding of the overall hierarchy is given. Sadly this is typical in manuals that attempt to explain a framework of objects, properties, and methods. But my money and time deserve better than this.

Pointing people to the online object browser is not good enough - that gives none of the "why" behind the object hierachy which is the real value behind its design (there is a "why" isn't there Microsoft?). For a good example of how to do this for Outlook take a look at Martin Green's excellent free online Oulook case-study: [...]. Notice how he defines objects - that is the right way to teach.

Also the editing is lacking; here is a typical example from Ch10.3 - 'Among the useful things you can do with CDO are delete an Outlook item permanently, rather than send it to the Deleted Items folder, and open a Select Names dialog, asking the user to choose recipients. You will look at the first task in this chapter and then work with the Select Names dialog in Chapter 14, "Working with Items and Recipients," after you become familiar with recipient concepts. CDO can also expose many more properties of individual items and folders than Outlook can, making it possible to perform tasks that otherwise seem impossible."

1. Note the attention-deficit-inducing use of comma-separated phrases in the first sentence. It is typical, and obfuscatory.

2. That first sentence also just tells you about two things you can do with CDO objects - two of many. Instead give the "why" of the object and then outline the few key methods, then use the method. Its worked for decades for every serious educational and technical text. Leave the stream-of-conciousness form to the auteurs of the liberal arts where they can do no harm.

3. Sentence two in the above quote predicts what you will do; I assure you this is as weird as it reads appearing completely out of the blue. Just a prediction with no preamble, reasoning, or, indeed, information.

4. Sentence three in the above quote says something "seems impossible." What that impossible thing is is never explained nor how or why it seems impossible.

There is a lot of good material hidden in this book between acres of verbiage. At least there is a good index - that is a real plus. And the author is generous online with help which is why I bought the book - got to respect someone that puts in the hours to help others.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 3 people found the following review helpful:
4.0 out of 5 stars The best Outlook programming book that I know, November 12, 2006
This review is from: Microsoft Outlook Programming: Jumpstart for Administrators, Developers, and Power Users (Paperback)
I have not given 5 stars because it is not perfect. One complain is that the first part is too easy and is aimed for total beginners and then there is the second part where a lot of material is presented too fast. I wished that the book spent less time with very basic (pun intended) VBA stuff but takes more time to make the transition to more advanced topics smoother.

Other than that, the book contains a lot of code that can easily be reused.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


8 of 12 people found the following review helpful:
5.0 out of 5 stars Thank You!!!!, January 28, 2003
By A Customer
This review is from: Microsoft Outlook Programming: Jumpstart for Administrators, Developers, and Power Users (Paperback)
This book is such a blessing to us power users looking for starting or jumping off point into useful programming.

As a former 5 yr sales rep for end user trainng manuals now turned sales engineer, I never had the patience for all those beginning programming books building "birdhouses" and "hello world." Thank you for giving us wannabe programmers a purposeful, immediate and relevant starting point!

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars Great learning tool and reference book!!!, February 7, 2010
By 
E. Medal (San Diego, CA USA) - See all my reviews
(REAL NAME)   
Amazon Verified Purchase(What's this?)
This review is from: Microsoft Outlook Programming: Jumpstart for Administrators, Developers, and Power Users (Paperback)
I only knew the basics of Excel VBA and needed Outlook VBA to export data into Excel. I found myself reading not only what I needed but almost the entire book because it was easy to understand and I learned new procedures that I didn't know were possible in Outlook.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars Just what I needed!, October 21, 2007
Amazon Verified Purchase(What's this?)
This review is from: Microsoft Outlook Programming: Jumpstart for Administrators, Developers, and Power Users (Paperback)
Thank You Sue Mosher! This book helped me quickly accomplish a lot of what I had been slowly working through or had put on hold. It is well organized and easy to follow. The examples are fantastic. They are a great quick reference.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4.0 out of 5 stars Detailed enough for my VBA level, March 17, 2007
This review is from: Microsoft Outlook Programming: Jumpstart for Administrators, Developers, and Power Users (Paperback)
Good examples for medium VBA level. The first part is for beginners, so someone can be disappointed , but going on I found a lot of things I didn't know. Lots of images. Maybe I prefered a CD with a little more code. I notice I can't give 5 stars because I've had some problems with English language, that's not my language, so I can't say it's a simple book, but it's my fault.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


‹ Previous | 1 2 | Next ›
Most Helpful First | Newest First

This product

Microsoft Outlook Programming: Jumpstart for Administrators, Developers, and Power Users
$73.95 $49.55
In Stock
Add to cart Add to wishlist