Hi BWBP,
I would place any wait stages preferable in the object, but in this case in the process as I wouldn't wanna mess up the BP VBO for Outlook. Place the waits right after any interaction with the UI. So, you do read: add a wait after it. Then you do a write: another wait stage follows.
As it may be unknown how long you have to wait after each stage to work, I would not code the number of seconds in each wait stage but instead use a data item (number) to store what seems like a reasonable waiting time. Then use this data item in each wait stage. Then start experimenting by lowering the value in the data item until you reach the perfect value.
BTW: Who's BWBP?
Happy coding!
---------------
Paul
Sweden
Happy coding!
Paul, Sweden
(By all means, do not mark this as the best answer!)