CDO.Message ????????
From: yabba (REMOVETHISyabbadoo_2004_at_hotmail.com)
Date: 10/15/04
- Previous message: [MSFT]: "RE: .NET DLL running in ASP"
- Next in thread: Ray Costanzo [MVP]: "Re: CDO.Message ????????"
- Reply: Ray Costanzo [MVP]: "Re: CDO.Message ????????"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 14 Oct 2004 22:50:26 -0700
using...
set cdo = createObject("CDO.Message")
cdo.To = "email@domain.com"
cdo.From = "name <anotheremail@domain.com>"
cdo.Subject = "Howdy!"
other parameters etc...
I want to do this with a list of addresses... I know I can...
set cdo = nothing
set cdo = createObject("CDO.Message")
for each item on the list to be sure and renew the cdo but there must be a
better way.
I can't find any info on how to clear the cdo obj.
cdo.new
cdo.clear
cdo.delete
Nuttin works...
any ideas???
- Previous message: [MSFT]: "RE: .NET DLL running in ASP"
- Next in thread: Ray Costanzo [MVP]: "Re: CDO.Message ????????"
- Reply: Ray Costanzo [MVP]: "Re: CDO.Message ????????"
- Messages sorted by: [ date ] [ thread ]
Loading