Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Outlook/Palm/PocketMirror users, take note...

by Anonymous Monk
on Jun 28, 2001 at 22:23 UTC ( [id://92404]=CUFP: print w/replies, xml ) Need Help??

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-on-region (point-min) (point-max) "perl d:/perl/txt2n
    +ote.pl")))
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: CUFP [id://92404]
Approved by root
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2024-04-19 05:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found