Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Large mailings through Outlook
Message
De
12/04/2001 08:21:10
 
 
À
10/04/2001 10:19:15
Jonathan Cochran
Alion Science and Technology
Maryland, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00493720
Message ID:
00494792
Vues:
17
Well, that is good to know. 600 is more than we would probably need to exceed.
Thanks.




>We currently use this process to send out a news flash to a little under 600 people with no problems.
>
>>I am using Outlook to do mailings from VFP.
>>The following code illustrates this process.
>>I am wondering if anyone knows if there is a specific limit for the number of ADDs that can be processed prior to executing the SEND(). I may wish to send the same message to 100-200 recipients. Is this too much for Outlook to handle with a single SEND() ?
>>
>>
>>*
>>oApp = createObject("Outlook.Application")
>>oMail = oApp.CreateItem(0)
>>oMail.recipients.add("xxx@xxxx.com")
>>oMail.recipients.add("yyy@yyyy.com")
>>oMail.recipients.add("zzz@zzzz.com")
>>
>>*oMail.to = cTo
>>oMail.subject = "Mail Mailing Test 16"
>>oMail.body = "This is testing Mass Mailing function. Please reply"
>>oMail.send()
>>release oApp
>>release oMail
>>return
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform