Browse by Tags
All Tags »
Automation (RSS)
Transport agent implementation: In general the transport agent is implemented as a class that derives from either the SmtpReceiveAgent Class or the RoutingAgent Class . Every agent also needs a corresponding agent factory that derives from the SmtpReceiveAgentFactory
Read More...
You can automate Outlook 2000, 2002, and 2003 with one small change. The Outlook 97 Namespace class member has changed to _Namespace in Outlook 2000, 2002, and 2003. To use the code above for automating Outlook 2000, 2002, and 2003 change this line: Namespace
Read More...
Automation using # imports ? As you know, Automation (OLE Automation), the technology that allows you to take advantage of an existing program's functionality and incorporate it into your own applications. This technology can greatly simplify and speed
Read More...
If we want to "fully trust" the assemblies, it can be done through the signed assemblies. In Visual Studio 2005, you need to select the Properties for the project and select the Signing tab. After you installed (including the newly signed
Read More...
Welcome to Outlook Programming series # 4 In this series, we will learn "How to automatically add contacts to Outlook with Visual FoxPro?". I found this wonderful article , which describes programatically how to add contacts to Outlook with Visual Foxpro
Read More...
Welcome to Outlook Programming series # 1 In this series, we will learn "How to automate Outlook from another Program". I found this wonderful article , which provides an overview of programming Outlook using Automation from another program. We know that
Read More...