RE: Counting Mail Messages In A Folder

2003-10-14 Thread Craig Dudley
Sent: 13 October 2003 22:26 To: CF-Talk Subject: Counting Mail Messages In A Folder CF-Pros: We have several report utilities written in CF to report on our e-mail system, Ipswitches iMail. We've been asked to look into a utility (acquire/build) to count the number of messag

RE: Counting Mail Messages In A Folder

2003-10-14 Thread Gerry
Computer Systems, DoIT Pace University -Original Message- From: Craig Dudley [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 14, 2003 8:05 AM To: CF-Talk Subject: RE: Counting Mail Messages In A Folder Are the messages actual files or are they stored in some sort of exchange like database

RE: Counting Mail Messages In A Folder

2003-10-14 Thread Jochem van Dieten
Gerry said: The structure is essentially a base folder (a real windows folder), named the same as the individual's email address. Within this folder are a varying number of files in the form: foldername.mbx. So if you stored items from the CFTalk list in folder named ColdFusion, the name of

RE: Counting Mail Messages In A Folder

2003-10-14 Thread Gerry
Dieten [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 14, 2003 10:13 AM To: CF-Talk Subject: RE: Counting Mail Messages In A Folder Gerry said: The structure is essentially a base folder (a real windows folder), named the same as the individual's email address. Within this folder are a varying

Counting Mail Messages In A Folder

2003-10-13 Thread Gerry Pauline
CF-Pros: We have several report utilities written in CF to report on our e-mail system, Ipswitches iMail. We've been asked to look into a utility (acquire/build) to count the number of messages in each folder. Questions: * What is the delimiter for messages in a folder (is it the same for

Re: Counting Mail Messages In A Folder

2003-10-13 Thread Brook Davies
If you are using CFMX (maybe even prior versions - I am not sure, you can use the windows file system COM object to count the files and even get the total size etc. I am doing this on a project and it is working great. Try the below code, modify it for your needs. And I suggest doing some