in reply to getnotes.pl
When accessing my email in Lotus Notes (which is what I presume the others are trying to do), I simply use an empty string for the server and the nsf. After accessing the database object, I call the OpenMail method:
my $Database = $Notes->GetDatabase("", "") or die "Could not open database.\n"; $Database->OpenMail;
buckaduck
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: getnotes.pl
by Anonymous Monk on Apr 02, 2004 at 13:22 UTC |