Re: OLE Send, need syntax help.

2002-08-13 Thread Chris Benco
Works great now. Thanks Note: $Document->Send(1); # The mail file sent is almost 200k. Probably saving blank space somewhere. $Document->Send(0); # Is nice and small. Chris Benco Chris, You miss a line "$Document->{'Form'} = 'Memo';" ,and setup the parameter is a string. Jef

Re: OLE Send, need syntax help.

2002-08-13 Thread JEFERSON_LADEIA
Chris, You miss a line "$Document->{'Form'} = 'Memo';" ,and setup the parameter is a string. Jeferson Ladeia my $userid = "XXX"; my $server = "/"; my $Notes = Win32::OLE->new('Notes.NotesSession')or die "Cannot start Lotus Notes Session object.\n"; my $Database = $Notes->Get