Article ID: 136638 - Last Review: July 13, 2004 - Revision: 2.2 How To Send E-mail Programmatically Using MSMAPI OLE ControlThis article was previously published under Q136638 On This PageSUMMARY
This article shows by example how to can gain access to the MSMAPI OLE
controls programmatically by using the CREATEOBJECT() function to create an
instance of a form and the AddObject method to create an instance of the
controls. Then you can work with the methods and properties of the controls
programmatically. Note that although the .ocx control must be placed on a
form, the form itself never has to be visible as is the case in the example
given in this article.
MORE INFORMATIONCode Sample | Article Translations
|
Back to the top
