PC MAPI: Adding an Automatic Message (Message of the Day)

Last reviewed: June 3, 1996
Article ID: Q108834
The information in this article applies to:
  • Microsoft Mail for Windows, versions 3.0, 3.0b, and 3.2

SUMMARY

In Messaging Application Program Interface (MAPI) from versions 3.0 and 3.2 of Microsoft Mail for PC Networks, you can add a custom command or message (Message of the Day). The Mail administrator can use this, for example, to manually or automatically send messages to all or some of the mail users.

You can invoke an automatic message by choosing it from a menu, having it run when Mail starts up or closes, or having it run when mail is received.

MORE INFORMATION

Automatic messages are built with Microsoft Visual Basic for Windows, Microsoft C, or any other compatible language. Documentation on this is available in the "Technical Reference" manual, primarily in chapters 1 and 2. The manual also describes how to implement the automatic or custom message as a menu selection, or as something activated by a Mail event (such as when Mail starts or ends, or when new mail arrives).

The Mail administrator can also have the executable run continuously and check the time of day and day of year of a triggering event. When the time criteria (which can be kept in an INI file) are met, the application displays the designated Message of the Day or Custom Message. This saves the Mail administrator from having to intervene in the operation.

Custom commands appear as built-in Mail features after they are added to a Microsoft Mail menu by adding data to the MSMAIL.INI file. They can be installed on an individual computer for use by a single Mail user or on a network file server to be shared by many Mail users.

Custom commands can be used to send a piece of mail around to the desired recipients; automatic Mail executables can display a text file located on the file server pointed to by a filename in the "command line" section of the SHARED.INI. In this case, use the <ExtsDir> variable to specify the location of the message if it is stored in the same location as the custom command, and modify each user's MSMAIL.INI file to look for the SHARED.INI.

You can also use the Electronic Forms Designer to create automatic messages. Since the Electronic Forms Designer uses Visual Basic as its design interface, forms you create with it can include the code needed to process message delivery. A custom form created using the E-Forms designer provides a custom interface for a "Message of the Day" feature. For more information on the Electronic Forms Designer, contact Microsoft Inside Sales at (800) 227-4679.

Additionally, the MAPI.DLL update, MAPIUPD.EXE, contains Simple MAPI files for both Microsoft C and Visual Basic. You can download MAPIUPD.EXE, a self-extracting file, on the following services:

  • Microsoft's World Wide Web Site on the Internet

          On the www.microsoft.com home page, click the Support icon.
          Click Knowledge Base, and select the product.
    
          Enter kbfile MAPIUPD.EXE (size: 989340 bytes) 
                                  , and click GO!
          Open the article, and click the button to download the file.
    
    
  • Internet (anonymous FTP)

          ftp ftp.microsoft.com
          Change to the Softlib/Mslfiles folder.
          Get MAPIUPD.EXE (size: 989340 bytes) 
    
  • The Microsoft Network

          On the Edit menu, click Go To, and then click Other Location.
          Type "mssupport" (without the quotation marks).
          Double-click the MS Software Library icon.
          Find the appropriate product area.
          Locate and Download MAPIUPD.EXE.
    
  • Microsoft Download Service (MSDL)

          Dial (206) 936-6735 to connect to MSDL
          Download MAPIUPD.EXE (size: 989340 bytes) 
    

For additional information about downloading, please see the following article in the Microsoft Knowledge Base:

   ARTICLE-ID: Q119591
   TITLE     : How to Obtain Microsoft Support Files from Online
               Services


Additional reference words: 3.00 3.00b 3.20 standard automated
KBCategory: kbprg kbfile kbtlc
KBSubCategory: MailPCMAPI


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: June 3, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.