Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Downloading from a Lotus Notes database

by Toby80 (Novice)
on Feb 11, 2005 at 20:36 UTC ( [id://430250]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # Loop over all of the folders
    foreach my $viewname (GetViews($database)) {
    ...
        # Get the object for this View
        print "Saving Messages in folder $viewname...";
        my $view = $database->GetView($viewname);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (3)
As of 2024-04-25 12:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found