> Hi all,
> if I run this:
> --------------------------------------------------------------------------
> -------------
> use Win32::OLE;
> use Win32::OLE::Const;
> Win32::OLE-> Initialize(Win32::OLE::COINIT_OLEINITIALIZE);
> $cdo = Win32::OLE-> new("MAPI.Session");
> $cdo-> Logon("","",0,1,0,0,'Server'."\n".'Mailbox') ;
> --------------------------------------------------------------------------
> --------------
> by a computer where the user of Mailbox is not logon, I have a 
> message-box "Enter Password" with ask me for "User Name", Domain Name" and
> "Password".
> 
> How can I make this informations in the script ? ?
> 
> 
> 
> Mit freundlichen Grüssen | best regards
> Joachim Görner 
> 
> Informationsverarbeitung Systemtechnik Basisdienste (ISB) 
> ADAC e.V., Am Westpark 8, 81373 München 
> Tel.: (089) 76 76 27 83 Fax: (089) 76 76 28 82 
> <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > 
> www.adac.de <www.adac.de>  
> 
> 

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to