Hello,
I am also trying for the same thing, getting the list of unread mails from lotus server using java.
Have you found any code to do that? If so, please mail that to vamsi_aluru@satyam.com . I will be very thankful to you.
Thanks & Regards
vamsi
check whether ur mail server has denied outgoing mails. if that is ok, then check the log, see what message it is giving, u can see the log under cfusion directoru. mail.log file. if u want to see the undeliver mails, u can see that under cfusion\mail\undeliver directory. also if u have spaces...
<CFCONTENT
TYPE="application/vnd.ms-excel" >
<!--- This is for writing the string values in to the output file--->
<CFSCRIPT>
WriteOutput(#youroutput#);
</CFSCRIPT>
the above code writes the output of ur query to a excel file.
if you want to have it in a text file, in...
THis code will place your records in multiple pages and have next and previous butttons in the pages. you can select how many records you can keep in a page from a combo box.
please change all the values which have to be changes, like , form name, file name in ahref, query name etc.
i hope it...
How to put limited number of number of records on a page. for example, 10 and have ohter records in ohter page. how to specify that.
also how to have next and previous links?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.