Why don't you just reassign the body in the loop? Body is a property, so you can just reassign another value to it.
On the other hand there is no "address" property. Instead, there is an AddAddress *method* which allows you to add addresses to some kind of collection. The .Reset method is there to allow you to dump the whole collection and start again. I don't know Cheers Ken ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ From: "lon.kraemer" <[EMAIL PROTECTED]> Subject: Re: AspEmail question : > Surely this isn't too hard for you to test. Looking at: : : True, and I will when I get to a server tomorrow. But right now I'm : writing code. : : > http://www.aspemail.com/manual.html seems to indicate to me that : .Reset() is : > all you need. : : Yes, it _seems_ to indicate the .Reset method resets addresses, but does : it reset the .Body? It also says the .Resetall methods resets all : properties to default values. I'm unsure what properties have defaults : or what those defaults are. : : > Create the Object : > Assign Properties (other than address) : > : > Start Loop : > Reset Address : > Assign Address : > Send : > End Loop : > : > Destroy Object : : Curiously, too, none of the samples explicitly destroy the object! :-/ : : > Cheers : > Ken : : Thanks, but I was just hoping someone would have a quickie snippet to : tide me over 'til morning. --- You are currently subscribed to activeserverpages as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
