Lotus Domino is an IBM server product that provides enterprise-grade e-mail, collaboration capabilities, and a custom application platform. Domino began life as Lotus Notes Server, the server component of Lotus Development Corporation's client-server messaging technology. It can be used as an application server for Lotus Notes applications and/or as a web server. It also has a built-in database system in the format of NSF. It's directory services can be used for authentication purposes as well

Friday, May 25, 2012

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