Example: mapi_logout

In the following example, the mapi_logout function logs off from the MAPI server.

mapi_logon("Logon",
            "ProfileName=John Smith",
            "ProfilePass=Tiger",
            LAST );
....
mapi_logout( );