Labels:text | screenshot | font | number | document OCR: Function Description Logon() Loads MAPI.DLL into memory, obtains pointers to the MAPI functions, and starts a mail session. GetAddressList() Displays the standard Mail dialog box for creating a distribution list. The list is initially empty. GetUpdatedAddressList() Displays the standard Mail dialog box for creating a distribution list. The ist is initialized with the names saved by SaveAddressList(). FreeAddressList() Frees the buffers used by the GetUpdatedAddressList function. SendMessage() Sends a message using the current address list. ReadMessage() Reads a message from the Mail system. SaveAddressList() Saves the distribution list from the last message. FreeMessage() Frees memory tied up with the last message. Logoff() Logs off the mail session and unloads MAPI.DLL. Note Texto Returns a pointer to the contents of a message. NoteLong() Returns the number of bytes in the contents of a message. Table 2: CMapiUtil member functions from MAPIUTIL.CPP.