hcl-bot
February 19, 2003, 6:09am
1
I have a few clients that can’t see the Out of Office option in preferences. I have checked that they are owners of the mail file and that they have full manager access.
I have tried to refesh and replace design with mail6.ntf and mail6ex.ntf, but nothing helps.
Any Ideas???
hcl-bot
February 20, 2003, 5:29am
2
Subject: Out of office not available
Hi,look for the “owner of the mail file”
if this name is different from the real user
the out of office button wil not appear.
tschoe
Bernd
hcl-bot
February 20, 2003, 7:36am
3
Subject: RE: Out of office not available
Like I said, I have checked that. I have even removed and reselected the person from the addressbook.
Any other ideas???
hcl-bot
February 21, 2003, 5:52am
4
Subject: RE: Out of office not available
Hiho,
here is the hiede formula for the action:
User := @LowerCase (@UserName );
Mngr := @LowerCase (@GetProfileField (“calendarprofile”; “Owner”));
(User != Mngr) | @Environment (“OEMClient”) = “1” | @If (@TextToNumber (@Version ) < 174;@True ;@False )
so if the owner is correct there could be a
variable in the notes.ini of the client
“OEMClient” or the version of the client is
< 174.
tscheo
Bernd