Programming Applications for Microsoft® Office Outlook® 2007.

Get the definitive guide to learning how to exploit the built-in functionality in Outlook 2007. Written by two experts on Outlook extensibility, this book delivers practical guidance and extensive code samples to help you extend, adapt, and customize information flow to the desktop. Discover how...

Descripción completa

Detalles Bibliográficos
Autor principal: Byrne, Randy (-)
Otros Autores: Gregg, Ryan
Formato: Libro electrónico
Idioma:Inglés
Publicado: Sebastopol : Microsoft Press 2007.
Edición:1st edition
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009627434006719
Tabla de Contenidos:
  • Cover; Copyright Page; Dedication; Contents at a Glance; Table of Contents; Foreword; Acknowledgments; Introduction; Why We Wrote This Book; Who This Book Is For; How This Book Is Organized; Part I: Introducing Microsoft Office Outlook 2007; Part II: Quick Guide to Building Solutions; Part III: Working with Outlook Data; Part IV: Providing a User Interface for Your Solution; Part V: Advanced Topics; Sample Code on the Web; Code Snippets; Building the Sample Add-Ins; System Requirements; Support for This Book; Part I: Introducing Microsoft Office Outlook 2007
  • Chapter 1: What's New in Microsoft Office Outlook 2007Form Regions; Security; Table Object; Improved Search; Enhanced Events; AddressEntry Enhancements; SelectNamesDialog Object; ExchangeUser and ExchangeDistributionList Objects; Sharing Objects; Rules Objects; PropertyAccessor Object; PropertyAccessor Sample Code; Developer Reference; Summary; Chapter 2: Outlook as a Platform; Why Integrate with Outlook?; Different Types of Outlook Integration; Data Integration; Functional Integration; Integration Guidelines; Data Integration; Business Logic; User Interface Integration and Data Presentation
  • InfoPath FormsAPIs; Architecture; Outlook Object Model; Form Regions; MAPI as a Platform Component; Outlook 2007 Integration API Reference; Simple MAPI; Deemphasized and Phased-Out Components; Development Tools; Visual Basic for Applications; Visual Studio Tools for Office; Managed Versus Native Code; Add-In Model; Summary; Part II: Quick Guide to Building Solutions; Chapter 3: Writing Your First Outlook Add-in Using Visual Basic .NET; Introducing the Instant Search Add-In; Install the Outlook Add-in Templates; Creating the Instant Search Add-In; Writing Code; The InitializeAddin Method
  • Turn Option Strict OnAdding Instance Variables; Hooking Up Events in Visual Basic; ItemContextMenuDisplay Event; ContextMenuClose Event; The DisplayInstantSearchExplorer Method; Writing Code for Submenu Click Events; Building the Add-in Project; Creating a Shim Project; Creating a Setup Project; Building the Setup Project; Installing the Instant Search Add-In; Testing the Instant Search Add-in Solution; What to Expect; Troubleshooting; Debug Mode; Debugging Code; Summary; Chapter 4: Writing Your First Outlook Add-in Using C#; Introducing the Instant Search Add-In
  • Install the Outlook Add-in TemplatesCreating the Instant Search Add-In; Writing Code; InitializeAddin Method; Adding Instance Variables; Hooking Up Events in Visual C#; ItemContextMenuDisplay Event; ContextMenuClose Event; Cleaning Up Event Handlers; DisplayInstantSearchExplorer Method; Writing Code for Submenu Click Events; Building the Add-in Project; Creating a Shim Project; Creating a Setup Project; Building the Setup Project; Installing the Instant Search Add-In; Testing the Instant Search Add-in Solution; What to Expect; Troubleshooting; Debug Mode; Debugging Code; Summary
  • Part III: Working with Outlook Data