The information in this article applies to:
SUMMARYThis article provides code samples that show how the Outlook object model can be used to publish a form. The samples cover using Microsoft Visual Basic and Microsoft Visual Basic Scripting Edition (VBScript) to perform this task. MORE INFORMATIONMicrosoft provides programming examples for illustration only, without warranty either expressed or implied, including, but not limited to, the implied warranties of merchantability and/or fitness for a particular purpose. This article assumes that you are familiar with the programming language being demonstrated and the tools used to create and debug procedures. Microsoft support professionals can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific needs. If you have limited programming experience, you may want to contact the Microsoft fee-based consulting line at (800) 936-5200. For more information about the support options available from Microsoft, please see the following page on the World Wide Web: http://www.microsoft.com/support/supportnet/refguide/ Microsoft Outlook FormThe following steps create a custom Outlook form that programmatically publishes a form in the Inbox:
Visual Basic ProjectUse the following steps to create a Microsoft Visual Basic 5.0 project to demonstrate how to programmatically publish a form into the Inbox:
REFERENCESFor information concerning a problem with the PublishForm method, please see the following article in the Microsoft Knowledge Base: Q222526 OL98: Outlook Doesn't Exit After Using PublishForm MethodFor more information about creating solutions with Microsoft Outlook 98, please see the following articles in the Microsoft Knowledge Base: Q180826 OL98: Resources for Custom Forms and ProgrammingFor more information about how to reference other items and folders, please see the following articles in the Microsoft Knowledge Base: Q182614 OL98: Programming Examples for Referencing Items and FoldersSearch the Microsoft Developer Network (MSDN) Library and the Microsoft Outlook Visual Basic for Applications help file (Vbaoutl.hlp) for the following keywords: Outlook FormDescription Additional query words: OutSol OutSol98
Keywords : kbdta kbdtacode OffVBS |
Last Reviewed: August 2, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |