Hi,
I have a piece of code that'll send email using an instance of CDONTS component, which I create using
My program actually creates an instance of CDONTS inside a
loop; each time after the message has been sent, I try to set that instance to Nothing and the process continues so on..
When I made this to an Exe and tried to run it in the NT Server, I got an error like
Is this error related to CreateObject ??
Very desperate, please F1.
Thank you in advance.
RR.
Keywords
CreateObject
CDONTS
MAPI
NewMail
Nothing
I have a piece of code that'll send email using an instance of CDONTS component, which I create using
Code:
CreateObject("CDONTS.NewMail")
My program actually creates an instance of CDONTS inside a
Code:
DO UNTIL
When I made this to an Exe and tried to run it in the NT Server, I got an error like
Code:
Operation cannot be performed if the object is closed.
Is this error related to CreateObject ??
Very desperate, please F1.
Thank you in advance.
RR.
Keywords
CreateObject
CDONTS
MAPI
NewMail
Nothing