Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

JMail silent and logging

Status
Not open for further replies.

markask

Programmer
Apr 28, 2005
167
GB
Hi,

About two simple properties in JMail.

If I set
objJMail.Logging = true
where I can find the log information?

If I no NOT set
objJMail.silent = true
when some error happens, where the error massages will appear?

Thank you in advance.
 
we set .silent=True if we wish to handle our errors ourself...

i mean you can output your errors to a textfile and store it where ever you want...

and we set .Logging = True to make it easy for us to have any potential debugging...

-DNG
 
Thank you for your help.

Then in a asp page at a website, if we not set
objJMail.Logging = true
and not set
objJMail.silent = true
What will happen if anything wrong.
Should I set those after I tested my asp pages.

 
if you dont set those mail properties...nothing will happen wrong...those porperties just give you more control over the mail program...

-DNG
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top