The information in this article applies to:
SUMMARYHeader.exe is a file that defines all the Microsoft Outlook constants for you, which allows you to make calls to the Outlook object model without having to define all the constants yourself. MORE INFORMATIONThe following files are available for download from the Microsoft
Download Center. Click the file names below to download the files: Header.exeFor more information about how to download files from the Microsoft Download Center, please visit the Download Center at the following Web address http://www.microsoft.com/downloads/search.aspand then click How to use the Microsoft Download Center. This file contains the constant definitions for the Outlook Object Model. The information comes from the VBA Outlook Help file that is shipped in the Valuepack for Office 97. After you've downloaded Header.exe, run the program. The following two files will be extracted:
To use this file, you can issue the #Include command in a .prg file, which would look like the following:
Or you can include the file in your form or class by clicking the Form menu
or the Class menu and selecting Include File. Then click the Outlook.h
file. This allows your code to access any of the constants that are used in
Outlook.
(c) Microsoft Corporation 1997, All Rights Reserved. Contributions by David Botzenhart, Microsoft Corporation Additional query words:
Keywords : kbfile kbVFp300 kbVFp500 kbVFp600 kbDSupport |
Last Reviewed: November 30, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |