Out of office not available

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???

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

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???

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