Re: Transport Agent

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance




Thanks a lot for the link. Now I see how forking a message is working. This
link is really of great help for me!

But do you also know what the "ExpandRecipients" method does? Isn't this
another methof of forking a message? I ask because I want to be sure to use
the correct methods in my agent. I expect that Microsoft has an idea what
method to use in which case?

Thanks a lot!

Alex

"Steve - Canberra Australia" <SteveCanberraAustralia@xxxxxxxxxxxxxxxxxxxxxxxxx> schrieb im Newsbeitrag news:27EB9809-3DF1-4E62-9F6B-41D485A81A7E@xxxxxxxxxxxxxxxx
Helps if I post the URL:

http://blogs.msdn.com/mstehle/archive/2009/01/13/howto-sample-transport-agent-add-headers-categories-mapi-props-even-uses-a-fork.aspx


"Steve - Canberra Australia" wrote:

Alex,

Take a look at the following blog for information on how to fork for
individual recipients.

Regards,
Steve

"alex111@xxxxxxxxxxxxx" wrote:

> Hello,
>
> I need to modify incoming messages based on the recipient. i.e. I will > have
> to split the message into at least two seperate copies.
> I found two methods:
>
> QueuedMessageEventSource.ExpandRecipients and
> QueuedMessageEventSource.Fork.
>
> But according the docs I do not know in which event and how to use it. > I
> even don't know what is the difference between those two methods, as > both
> seems to fork the message somehow. Help or a hint in the right > direction
> would be appreciated!
>
> Bets regards,
>
> Alex
>
>

.



Relevant Pages

  • Re: FreeBSD deadlock (with fork?)
    ... multiple threads. ... Do you create threads, which then fork(), or do you forkand then create ... I could limit the forking to a single thread ... One option I considered was forking a 'slave' program that then does all the ...
    (freebsd-current)
  • Re: FreeBSD deadlock (with fork?)
    ... The problem is the program often deadlocks, ... Do you create threads, which then fork(), or do you forkand then create ... I could limit the forking to a single thread ... One option I considered was forking a 'slave' program that then does all the ...
    (freebsd-current)
  • Re: [9fans] APE and listen(2B)
    ... not forking would make more sense. ... you could dispense with the ... forand the fork. ... the code suggests that the purpose of the separate proc is to ...
    (comp.os.plan9)
  • Re: Preventing Accidentally Fork Bombing My Box
    ... I have a bad habit of accidentally fork ... > This is a pretty good sign that you are over-using the fork command. ... Many real-world forking examples involve calling ... forkin a loop. ...
    (perl.beginners)
  • RE: Transport Agent
    ... Take a look at the following blog for information on how to fork for ... individual recipients. ... I need to modify incoming messages based on the recipient. ... seems to fork the message somehow. ...
    (microsoft.public.exchange.development)