Chilkat HOME ASP Visual Basic VB.NET C# Visual C++ C MFC Delphi FoxPro Java Perl PHP Python Ruby SQL Server VBScript
|
Adding CC Recipients to Email in VFPHow to add CC recipients to an email in Visual Foxpro. ******************************************************************** *!* Adding CC Recipients is identical to adding To recipients. *!* Simply call AddCC for each additional CC recipient ******************************************************************** objEmail.AddCC ( "Chilkat Support", "support@chilkatsoft.com") objEmail.AddCC ( "", "sales@chilkatsoft.com") objEmail.AddCC ( "TagTooga", "admin@tagtooga.com") |
Need a specific example? Send a request to support@chilkatsoft.com
© 2000-2007 Chilkat Software, Inc. All Rights Reserved.
Mail Component · .NET Email Component · ASP Mail Component · XML Parser