You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logfile.WriteLine("oof appointment detected and OOFstate disabled, so schedule set, oof state set to scheduled and int/ext replies set changed accordingly:");
204
+
logfile.WriteLine("oof appointment detected, so schedule set to "+myStartOOFDate.ToString()+" - "+myEndOOFDate.ToString()+", oof state set to scheduled and int/ext replies set changed accordingly:");
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ in case of whole single day absences both DateLangX[0] and DateLangX[1] are bein
31
31
--> "am/on dd.mm.yyyy", there can be no time component for whole day absences!
32
32
33
33
Install: copy ExchangeSetOOF.exe (optionally ExchangeSetOOF.exe.cfg for different templatespec/replacements) and both Managed EWS assemblies (Microsoft.Exchange.WebServices.Auth.dll
34
-
and Microsoft.Exchange.WebServices.dll) anywhere you want and start on a regular basis (e.g. using task scheduler), execution hints are sent to c:\temp\ExchangeSetOOF.log for problem determination.
34
+
and Microsoft.Exchange.WebServices.dll) anywhere you want and start on a regular basis (e.g. using task scheduler, the vb script "setTask.vbs" does this automatically), execution hints/exceptions are sent to c:\temp\ExchangeSetOOF.log for problem determination.
35
35
36
36
Build: Download/clone repository to a folder named ExchangeSetOOF.
37
37
To compile succesfully, you also need to download Managed EWS (used/tested version 2.2: https://www.microsoft.com/en-us/download/details.aspx?id=42951) and set references to Microsoft.Exchange.WebServices.Auth.dll
0 commit comments