Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Hyperlinks in Mail::Outlook Module

by BJ_Covert_Action (Beadle)
on Jan 19, 2012 at 18:41 UTC ( [id://948834]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Win32::OLE;
    use Win32::OLE::Const 'Microsoft Outlook';
    ...
    $msg -> {'HTMLBody'} = 'Some text I want to display <a href=http://goo
    +gle.com>With Links in HTML</a> embedded in that text\n'
    
    $msg -> Send();
    
  2. or download this
    $msg -> Body('http://gooogle.com')
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (5)
As of 2024-04-23 06:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found