Lotus Notes Out of office
15 pts.
0
Q:
Lotus Notes Out of office
Email keeps sending an email that Out of Office needs to be disabled. Out of Office has already been disabled. This seems to be a common problem I run itno.

Software/Hardware used:
Windows XP, Lotus notes 6.5 client
ASKED: Aug 19 2009  1:27 PM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
285 pts.
0
A:
 RATE THIS ANSWER
+1
Click to Vote:
  •   1
  •  0
  • AddThis Social Bookmark Button
Check for replicas on both the server and l,ocally to make sure that the agent is disabled. You may have a corrupted agent. You can actually delete the agent from the design -- it will recreate when you replace the design. I think that this is handled by the Calendar Profile. Using Designer, open the mail file, delete the Calendar Profile, and then do a Design Refresh/Replace:
'Admin\Calendar profile remover button:

Sub Initialize
Dim s As New notessession
Set db = s.CurrentDatabase
Set prefDoc = db.GetProfileDocument("CalendarProfile")
Call prefdoc.remove(True)
End Sub
Last Answered: Aug 19 2009  1:56 PM GMT by Wolfen   285 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

LeChero   10 pts.  |   Nov 12 2009  3:58AM GMT

Will this delete the calendar entries?

 
0