Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
      # Close and save note.
      $note->close($olc->{olSave});
    }
    
  2. or download this
    ;; Make F9 key copy the entire buffer to a new MS Outlook note
    (global-set-key [f9] ' copy-buffer-to-outlook-note)
    ...
      "Copy current buffer to MS Outlook note."
      (interactive)
      (shell-command (format "%s %s" "perl c:/perl/txt2note.pl"  buffer-fi
    +le-name)))