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 |
Hello. I want to get the unread/unsent/total docnument(s) count. I know the ALL-IN-1 command , <FOR CAB$ rse\GET OA$SEL_COUNT, but I want to display the counts when the user log in. I know there is an asset concerning about this , but I want to get the idea. Hope your help. - DaeHee
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
1058.1 | They read PENDING.DAT | FAILTE::LAAHS | An accumulation of Celts | Thu Jul 16 1992 10:59 | 14 |
If the ALL-IN-1 username is the same as the VMS username then OA$LIB:MAILCOUNT.EXE will do what you want. If the names are different then the CHECKMAIL asset will do what you want. What BOTH utitlities effectively do is to read the users record from OA$DATA:PENDING.DAT where the current mail count is stored. The record has a key of MAIL <username>. FWIW, interactively you can just do a <GET OA$MAIL_COUNT do get teh current unread count. Kevin |