Sub-dividing Recipients in the CDO_OnArrival Transport Event
- From: damightyz <damightyz@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 31 Oct 2008 11:04:06 -0700
Hi,
Any help would be greatly appreciated!!!
My goal is to work with a message in the CDO_OnArrival Transport Event,
however, I am stuck on one particular problem:
If a user sends an email with 100 recipients, I want to abort delivery of
that message, then sub-divide the recipients into 4 groups of 25. Then
create 4 new messages to be sent to each of the 4 sub-groups.
The problem I am running into is that when I try to create a new message
object and then use the "send" method within the OnArrival event, I get
caught in an infinite loop of email spam (I'm guessing because the send
method calls the OnArrival event again).
If anyone has advice or suggestions on how to best solve this problem, it
would be most appreciated!!!
Thanks,
Jason
.
- Prev by Date: Re: Non-deliver message from transport event sink (Glen)
- Previous by thread: Re: Non-deliver message from transport event sink (Glen)
- Index(es):