Microsoft Outlook Programming, Jumpstart for Administrators, Developers, and Power Users
| |||||||||||||||||||||||||||||
|
| |||||||||||||||||||||||||||||
| Sort customer reviews by: | |||||||||||||||||||||||||||||
|
Show All Reviews on Page
Hide All Reviews on Page
| |||||||||||||||||||||||||||||
| Microsoft Outlook Programming, Jumpstart for Administrators, Developers, and Power Users | |||||||||||||||||||||||||||||
|
Microsoft Outlook Programming unleashes the power of Microsoft Outlook, allowing administrators and end users to customize Outlook in the same way that they've used macros and templates to customize other programs like Excel and Word. Experienced developers will find the quick-start information they need to begin integrating Outlook into their applications. Microsoft Exchange administrators will get help automating common tasks such as announcing public folders and importing data to custom forms.
Microsoft Outlook is the most widely used email program, and it offers the most programmability. This book introduces key concepts for programming both Outlook forms for storing and exchanging data and Visual Basic for Applications modules that add new features to Outlook. Central to this new edition, which covers both Outlook 2000 and Outlook 2002, is awareness of tighter security in Outlook. Designed to prevent transmission of computer viruses, the security restrictions can also get in the way of legitimate programs, but this book offers workarounds within the reach of novice programmers. It also covers many of the new features of Outlook 2002, such as the integrated Outlook View Control and searching across multiple folders using SQL syntax and the Search object. · Building block procedures for the most common Outlook programming tasks · Jargon-free language and practical examples to make the material more accessible to new Outlook programmers · Coverage of Outlook Email Security Update · Coverage of the Office XP Web Services Toolkit |
|||||||||||||||||||||||||||||
| Reader Reviews 1 - 17 of 17 | |||||||||||||||||||||||||||||
| Review Date |
Review Rating(5 High) |
Review Helpful to: |
Customer Review | Reviewer Info |
Permanent Link |
||||||||||||||||||||||||
| Reader Reviews Below Sorted by Newest First | |||||||||||||||||||||||||||||
| 10-22-07 | 5 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
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.
(Review Data Last Updated: 2008-08-20 09:38:17 EST)
|
|||||||||||||||||||||||||||||
| 07-29-07 | 5 | 1\1 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
Sue Mosher has long been considered an industry expert in Microsoft Outlook. In this volume she continues her endless giving to the Outlook community by sharing much of her expertise in the area of writing code in VBA and VBScipt that interacts with the product on various levels. Plenty of code samples and brilliant explanations of concepts make this a must read for anyone considering any Outlook programming, whether serious or casual.
(Review Data Last Updated: 2007-10-22 09:53:16 EST)
|
|||||||||||||||||||||||||||||
| 03-17-07 | 4 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
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.
(Review Data Last Updated: 2007-07-31 09:46:23 EST)
|
|||||||||||||||||||||||||||||
| 12-08-06 | 3 | 4\5 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
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. (Review Data Last Updated: 2007-07-06 09:53:37 EST)
|
|||||||||||||||||||||||||||||
| 12-08-06 | 3 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
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?). 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. (Review Data Last Updated: 2006-12-08 14:05:32 EST)
|
|||||||||||||||||||||||||||||
| 11-13-06 | 4 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
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 easilly be reused. (Review Data Last Updated: 2007-07-06 09:53:37 EST)
|
|||||||||||||||||||||||||||||
| 11-12-06 | 4 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
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 easilly be reused. (Review Data Last Updated: 2006-12-08 14:05:32 EST)
|
|||||||||||||||||||||||||||||
| 03-07-06 | 5 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
I consult it regularly when I need to do something with Outlook VBA. Its clear, intelligently written, and comprehensive.
(Review Data Last Updated: 2007-07-06 09:53:37 EST)
|
|||||||||||||||||||||||||||||
| 12-01-05 | 1 | 4\6 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
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.
(Review Data Last Updated: 2007-06-25 09:56:35 EST)
|
|||||||||||||||||||||||||||||
| 11-30-05 | 1 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
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.
(Review Data Last Updated: 2006-04-12 12:42:17 EST)
|
|||||||||||||||||||||||||||||
| 05-27-05 | 5 | 4\4 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
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.
(Review Data Last Updated: 2007-07-06 09:53:37 EST)
|
|||||||||||||||||||||||||||||
| 05-26-05 | 5 | 2\2 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
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.
(Review Data Last Updated: 2006-04-12 12:42:17 EST)
|
|||||||||||||||||||||||||||||
| 09-03-04 | 5 | 2\7 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
Microsoft Outlook Programming is absolutely fantastic! It provided me with the absolute wealth of information I was seeking in order to live out my life long dream of becoming a Microsoft Outlook application developer. As a special ed teacher, I wanted to have a reference point that was at my level of thinking. The way the author writes is just great! Everything is so simple! As an author myself, I like it when I can comprehend issues quickly. It was so great that I read the whole thing in 1 day! The only fault it has is that it does not discuss issues with javascript and associated development procedures enough.
(Review Data Last Updated: 2006-04-12 12:42:17 EST)
|
|||||||||||||||||||||||||||||
| 02-04-04 | 5 | 3\6 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
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.
(Review Data Last Updated: 2006-04-12 12:42:17 EST)
|
|||||||||||||||||||||||||||||
| 08-17-03 | 1 | 10\17 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
I bought the book because the other two reviews were so positive. I was very disappointed, though! The whole thing is so confusing!! Just a small example, all the code is written in VBA and it is only when you get to the page 369 (!) that the author actually tells you you can't use the code as is, but have to change it to VBScript. After that follow 9 rules how to do the changes. It feels like another debugging. Why not write all the stuff in VBScript?? Ridiculous...
(Review Data Last Updated: 2006-04-12 12:42:17 EST)
|
|||||||||||||||||||||||||||||
| 01-28-03 | 5 | 7\11 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
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! (Review Data Last Updated: 2006-04-12 12:42:17 EST)
|
|||||||||||||||||||||||||||||
| 01-20-03 | 5 | 22\22 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
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! (Review Data Last Updated: 2006-04-12 12:42:17 EST)
|
|||||||||||||||||||||||||||||
| Reader Reviews 1 - 17 of 17 | |||||||||||||||||||||||||||||
| All Books | Arts | Biography | Click Here For An A-Z Index Of All 213 Best-Seller Subjects | Business | Children's | Comics | ||||||
| Computers | Cooking | Engineering | Entertainment | Health | History | Home | Horror | Humor | Law | Fiction | Medicine | Mystery |
| Nonfiction | Outdoors | Parenting | Professional | Reference | Religion | Romance | Science | Sci-Fi | Sports | Teens | Travel | |