Recipient Programmatically Set in New Email

  • Thread starter Thread starter jbrown
  • Start date Start date
J

jbrown

Hi,

I am trying to automatically create a new message window
when I click a button on a form. When the new message
window opens I pre-filled the email addresses based upon
what I stored in the database.

I used the Recipient instance after creating the
Recipients collection. However, when the new message
window opens, I can only see 71 email addresses out of
500. The total character count in the address field of
the new message is 2058.

I am stumped as to why it only created 71 email addresses
in my TO field when I created 500 using a loop.

Can someone please assist? Is there a limitation as to
the number of recipient that can be added to the
Recipients collection?

Thanks,

jb
 
It's hard to say without seeing a code snippet. FWIW, 500 recipients isn't
likely to get past most ISPs these days.
 
Back
Top