Out of office service activation with an run on server agent
问题 Is there an documentation or an easy solution how i can activate the out of office service in an user mailfile with an external run on server agent? I tried it like this, but it does not work... Dim s As New NotesSession Dim db As NotesDatabase Dim doc As NotesDocument Dim dt As New NotesDateTime(Now) Set db = s.Getdatabase("SERVERNAME", "MAILFILE") Set doc = db.Createdocument() doc.AppointmentType= "2" doc.BookFreeTime = "" doc.CreatedByAgent = "1" doc.ExcludeFromView = "D" doc.Form =