RE: [perl-win32-gui-users] Microsoft Outlook folders on a remove server

2003-10-21 Thread Jeremy Blonde
Angelo, Attached is a fully working script that connects to an Exchange server and extracts the attachments from any or all mailboxes. Change the "mailboxlist.txt" file to include your Exchange server name and the mailbox you want to scan. I posted this on the Perl mailing lists, so you can

Re: [perl-win32-gui-users] The DateTime control, XS and building win::gui from scratch

2003-10-21 Thread Laurent ROCHER
> Do you know if Microsoft Visual C++ .NET Standard 2003 would work? I don't know. If you have it, only way it's try ;-) > There are a few other areas in the XS and core win::gui that I might start > playing with over the next few months. Is there a process in place to get > new/changed code into

[perl-win32-gui-users] Microsoft Outlook folders on a remove server

2003-10-21 Thread angelo . magnone
Does anyone have any examples on how to access Microsoft Outlook folders on a remove server? I'm looking at using Win32::OLE but can't figure out how to access a "remote" folder. Any help would be appreciated. Thanks! This e-mail ma

Re: [perl-win32-gui-users] The DateTime control, XS and building win::gui from scratch

2003-10-21 Thread Jeremy White
Hi, > I need to be able to set and read the minutes and seconds for a date time > control, but from the XS code it looks like this is not possible (!?). Yes, Win32::GUI::DateTime by default only work with date. You can turn it to a time control by adding DTS_TIMEFORMAT (0x0009) style.