Error : "The end date you entered is before the start date..." Outlook 2010

You may get error "The end date you entered is before the start date" when you are trying to save the Outlook Options in Outlook 2010.



In order to resolve the error go to Options -> Calendar -> WorkTime and change Work Hours so that work stat time should be small than ( less than) End time.
Now try to save the Outlook Options.

No comments:

Post a Comment

Golang: Http POST Request with JSON Body example

Go standard library comes with "net/http" package which has excellent support for HTTP Client and Server.   In order to post JSON ...