Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Email function to use the CC: function
Message
 
 
À
18/07/2003 16:49:38
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00810630
Message ID:
00811692
Vues:
16
>Hello sergey,
>Can you please tell me How to send an email with the To: and CC: both at same time.
>
>Thank you.

Try
  .RecipIndex = .RecipCount
  .RecipDisplayName = "<  TO email address >"
  .RecipIndex = .RecipCount
  .RecipDisplayName = "<  CC email address >"
  .RecipType = 2
Even better, download MAPIMAIL class from http://milan.jikos.cz/FoxPro/mapimail.zip
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform