Article ID: 119358
Article Last Modified on 10/30/2006
*Set the file which contains the XFCN resources set xcmdfile to "MailRes" *Load the msmail XFCN Load msmail function *Following are mail calls to create and send a message CALL msmail with "getServerName" to serverName CALL msmail with "getUserName","TRUE" to myName CALL msmail with "createMessage" to theMess CALL msmail with "addRecipients", theMess, myName CALL msmail with "addSubject", theMess, "Test from FoxPro" CALL msmail with "sendMessage", theMess *Display server and user name ? serverName ? myName return
Additional query words: 3.00
Keywords: KB119358