search for: mimedir

Displaying 1 result from an estimated 1 matches for "mimedir".

Did you mean: homedir
2007 Jan 08
1
delete a file from the server
...rowing the error,"Cannot start Microsoft Outlook.Cannot import vCalendar file". here is the code that i am using. def vcs f = File.open("txt_name.vcs","w+") f.syswrite("BEGIN:VCALENDAR\n") f.syswrite("PRODID:-//Microsoft Corporation//Outlook MIMEDIR//EN\n") f.syswrite("VERSION:1.0\n") f.syswrite("BEGIN:VEVENT\n") f.syswrite("DTSTART:20070105T210000Z\n") f.syswrite("DTEND:20070105T230000Z\n") f.syswrite("LOCATION:My office\n") f.syswrite("CATEGORIES:Business\n&q...