> 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
Yes, I think you're right. Reset() dumps the addresses collection. I'll call that method, add the next address (via the method), overwrite the .body property and send, repeat, then destroy after the loop. Makes more sense to me now. Thanks, -- Lon Kraemer ----------------------------------------- --- You are currently subscribed to activeserverpages as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
