Error: 'Your availability time range is invalid' when selecting Preferences in Mail file or Overflow
Create an agent and run on mail box .......
Sub Click(Source As Button)
Dim session As New NotesSession
Dim db As notesDatabase
Set db=session.CurrentDatabase
Set profile=db.GetProfileDocument("CalendarProfile")
Call Profile.Remove(True)
End Sub
No comments:
Post a Comment