Rogers
Cc: [EMAIL PROTECTED] Org (E-mail)
Subject: Re: Perl and Exchange Server
On Friday, Jul 11, 2003, at 11:24 US/Eastern, Chris Rogers wrote:
> I have been trying for some time to get at the contacts in a mailbox on
> exchange server 5.5. I have been using Win32::OLE with CDO. I can
is $con->{0x8083}\n";
print "email is $con->{'0x8083'}\n";
$field1 = "{04200600C046}";
$field2 = "0x8083";
print "email is $con->{$field1 . $field2}\n";
print "email is $con->{'Email
On Friday, Jul 11, 2003, at 11:24 US/Eastern, Chris Rogers wrote:
I have been trying for some time to get at the contacts in a mailbox on
exchange server 5.5. I have been using Win32::OLE with CDO. I can
get the
contacts folder, the count of items in it, and even the name of each
contact
but I
Maybe it would help if you gave us what you've tried?
-Original Message-
From: Chris Rogers [mailto:[EMAIL PROTECTED]
Sent: Friday, July 11, 2003 8:24 AM
To: [EMAIL PROTECTED] Org (E-mail)
Subject: Perl and Exchange Server
I have been trying for some time to get at the contacts
I have been trying for some time to get at the contacts in a mailbox on
exchange server 5.5. I have been using Win32::OLE with CDO. I can get the
contacts folder, the count of items in it, and even the name of each contact
but I can't seem to get at any of the fields. I have found many examples