> [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED];
> 
> I want an Outlook distribution list with these addresses.
> 
> Outlook makes me do them one at a time.
> 
> Can you do this in perl? If so how?
> 

Read up on Exchange automation through its ADSI or LDAP interfaces on MS's
msdn site (msdn.microsoft.com).  Then use Win32::OLE to drive the activeX
components.  It's just a matter of converting VBScript code on MS's site to
Perl.  You should realize a 25% reduction in code size at the very least.

jpt
_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

Reply via email to