N
Neetu
I have attached BeforeItemEvent with folder .
On this event some code has been written to allow Mail item to add into our
custom folder
we have attach Item_add event to our custom folders.
we are facing a issue
if we are trying to move 5 items from other folders like inbox then out of 5
only 4 is being add to our custom folder. we put a debugger and seen that for
last mail item ItemAdd event is not fired. when we removed BeforeItemevent
from selected folder then all mails selected from inbox get moved to custom
folder.
we have seen this issue not frequent but it happens.
Is this is issue because we are trying to add multilple mailitems and in
between we are interupting ItemAdd event with beforeItemMove event so time
period get lapsed before calling last add item event for last mail Item.
Is fix ?
On this event some code has been written to allow Mail item to add into our
custom folder
we have attach Item_add event to our custom folders.
we are facing a issue
if we are trying to move 5 items from other folders like inbox then out of 5
only 4 is being add to our custom folder. we put a debugger and seen that for
last mail item ItemAdd event is not fired. when we removed BeforeItemevent
from selected folder then all mails selected from inbox get moved to custom
folder.
we have seen this issue not frequent but it happens.
Is this is issue because we are trying to add multilple mailitems and in
between we are interupting ItemAdd event with beforeItemMove event so time
period get lapsed before calling last add item event for last mail Item.
Is fix ?