Microsoft KB Archive/174636

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 11:07, 21 July 2020 by X010 (talk | contribs) (Text replacement - """ to """)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Knowledge Base


How To Install Active Messaging 1.1 for Use with Active Server Pages

Article ID: 174636

Article Last Modified on 11/30/2007



APPLIES TO

  • Microsoft Visual InterDev 1.0 Standard Edition
  • Microsoft Active Server Pages 1.0



This article was previously published under Q174636

SUMMARY

The Microsoft Exchange Active Messaging component, formally known as OLE Messaging, is designed to work with Microsoft Internet Information Server 3.0 (IIS 3.0) as a server-side component. While Active Messaging calls can be made from both server- and client-side script, this article focuses on the server-side implementation of Active Messaging.

The Active Messaging component is a server-side component that can be instantiated from within an Active Server Pages (ASP) page, allowing ASP to access the messaging functionality and information stored in Exchange Server. For example, e-mail messages and calendar information can be accessed from ASP.

MORE INFORMATION

The Active Messaging components are installed and registered on IIS 3.0 by using the custom setup option Active Server Components available on the Exchange Server 5.0 CD setup program. This will install the Help file, the two object libraries, the shipping Active Server scripts on your IIS/Active Server machine, which can then act as proxy access to an available Microsoft Exchange 5.0 Server.

The following steps describe how to install the Active Messaging Components from the Exchange 5.0 CD:

  1. From the Web server, click Start on the Taskbar and select Run.
  2. Click Browse and select \Setup\I386\Setup.exe from the Exchange 5.0 CD (assuming an Intel based Web server).
  3. Select the "Complete/Custom" setup option and clear all except the "Active Server Components."
  4. Follow the online instructions to complete the setup.

The following URL contains downloadable samples that demonstrate the use of Active Messaging with Active Server Pages:

REFERENCES

For more information, click the following article numbers to view the articles in the Microsoft Knowledge Base:

171422 How to use CDO (1.x) to log on to a MAPI session by using the default profile of the current user


171440 Where to acquire the CDO Libraries (all versions)


For the latest Knowledge Base articles and other support information on Visual InterDev and Active Server Pages, see the following page on the Microsoft Technical Support site:

Keywords: kbaspobj kbfaq kbhowto KB174636