Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

How do I convert VBA script to Perl? - Using Win32::OLE

by Win (Novice)
on Jan 24, 2006 at 15:28 UTC ( [id://525200]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    
    $Inbox = $ns->GetDefaultFolder(olFolderInbox);    #Set Inbox = ns.GetD
    +efaultFolder(olFolderInbox)
    
  2. or download this
    
     if ($Inbox->Items->$Count = 0) {          #If Inbox.Items.Count = 0 T
    +hen
    
  3. or download this
    
        foreach ($Inbox->Items){     #For Each Item In Ibox.Items
    
  4. or download this
    
    Option Explicit
    ...
    End Sub
    

Log In?
Username:
Password:

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

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

    No recent polls found