This method is useful for standalone applications or even Web applications that need to use the full MAPI interface functionality. For example, MAPI interfaces with Outlook and Outlook Express to give you a history of messages sent and will leave outgoing messages in the out queue until messages are sent. This functionality is not automatically available for pure SMTP connections using SendMail.
(currently attachments are not supported)
o.SendMapiMail()
loIP =create("wwipstuff")
loIP.cRecipient = "somebody@star.net,meg@guest.com"
loIP.cCCList = "frank@gorge.com,greg@gorge.com"
loIP.cBCCList = "bill@gorge.com,bail@gorge.com"
loIP.cSubject = "Test"
loIp.cMessage = "Test Message text"
IF !loIP.SendMapiMail()
? loIP.cErrorMsg
ENDIFOverloads: