Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Extract Outlook Telephone Numbers

by dze27 (Pilgrim)
on Mar 03, 2001 at 01:49 UTC ( [id://61899]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Win32::OLE::Const 'Microsoft Outlook';
    
  2. or download this
    my $outlook;
    $outlook = Win32::OLE->new('Outlook.Application');
    ...
    
    my $items = $Folder->Items;
    print $items->Count,"\n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (3)
As of 2024-03-29 07:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found