save of dist list fails if>134 recipients

  • Thread starter Thread starter Paula Capacio
  • Start date Start date
P

Paula Capacio

Hi, I wrote a perl script using OLE Outlook methods to
create a distribution list based on data in an Oracle
table. It works fine if there are less than 134
recipients, but fails consistently on the 134th if there
are more. The error I get back from OLE is: Win32::OLE
(0.1502) error 0x80004004: "Operation aborted" in
METHOD/PROPERTYGET "Save"
Can someone tell me why and how to get around this?
Thanks in advance
 
Thanks Dmitry, not what I was hoping for but at least it
keeps me from beating my head against a wall. There is a
public mail list in our Global Address List (GAL) that
contains more than 134 recipients...is that stored
differently? Probably doesn't matter, I don't have the
necessary rights to create a public list.
 
Yes, GAL DL is a totally different beast and I don't think it has any limits
on the # of entries, at least it is no less than 32,000 or so entries.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
Back
Top