Title: | *OLD* ALL-IN-1 (tm) Support Conference |
Notice: | Closed - See Note 4331.l to move to IOSG::ALL-IN-1 |
Moderator: | IOSG::PYE |
Created: | Thu Jan 30 1992 |
Last Modified: | Tue Jan 23 1996 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 4343 |
Total number of notes: | 18308 |
What is the smartest way of obtaining the Read date for a mail message? A customer was intending implementing this by reinstating DO as a valid parameter to MAIL FUNCTION. I have advised against this but can only suggest a check in R/RN named data for MAIL_STATUS = UNREAD and store the date then. Read receipts contain the read date and time I am not sure how this is implemented. Thanks for any suggestions. Aston Clarke UK CSC
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
3249.1 | FORTY2::ASH | Mail Interchange Group, Reading | Wed Sep 08 1993 10:36 | 13 | |
> <<< Note 3249.0 by WAYOUT::CLARKE >>> > -< Obtaining message Read date/time >- >Read receipts contain the read date and time I am not sure how this is >implemented. (Answering the easy bit!). This is done by the Read New code, which issues the receipt as the user finishes reading the message. It's generated using rrtemplat.blp, which just pulls in the current time. I'm not exactly sure where you want to store the 'read' time? grahame | |||||
3249.2 | more detail ... | WAYOUT::CLARKE | Wed Sep 08 1993 17:43 | 13 | |
The application is maintaining a database of when certain mails are sent and then first read. I think this is being held in a data file accessed by an ALL-IN-1 entry form. We could easily perform this customisation through the mail menus or boilerplates but the cust really wanted to keep the application separate. The use of "mail function do" with an associated application script would have been ideal. Thanks Aston Clarke UK CSC |