Chilkat
HOME
Android™
ASP
Visual Basic
VB.NET
C#
iOS (IPhone)
Objective-C
C++
C
MFC
Delphi
FoxPro
Java
Perl
PHP Extension
PHP ActiveX
Python
PowerShell
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 ( "John Doe", "jdoe@johndoe.com") |
© 2000-2010 Chilkat Software, Inc. All Rights Reserved.
Mail Component · .NET Email Component · ASP Mail Component · XML Parser