LotusScript to C API Programming Guide

rtLib Domino Rich Text Management template
Home
Show details for ContentContent
Purchase
Ready-to-use samples
Show details for Online resourcesOnline resources
Forum
Links
Happy readers

Anonymous

login


 

Hosted by Prominic.NET, Inc.
Main topic: 64Kb barrier problem using ListAllocate, ListAddEntry and MailExpandNames functions

64Kb barrier problem using ListAllocate, ListAddEntry and MailExpandNames functions (by Normunds Kalnberzins, 06/27/2004 07:27:24 AM)

well, list is limited with 64K -- ListAllocate, ListGetSize use WORD for list size. So anything that may produce a bigger list should fail. Or truncate it.

Not much of an answer, I know. And I can not think about any way to get around this. Wrap your own routine that do lookups to the views in Domino directory and call it only if MailExpandNames fails? brute force, but will work. MailExpandNames searches only multi-purpose or mailing groups anyway, but in your case it's probably what you need.