Send/Receive in Outlook and close conection via code vba -


i want send/receive in outlook vba , after disconnect sendandreceive() , syncobject don't notify when finished.

how can resolve this?

the syncobject class provides syncend event fired after microsoft outlook finishes synchronizing user’s folders using specified send/receive group.


Popular posts from this blog

debugging - Reference - What does this error mean in PHP? -

c++ - Why doesn't unordered_set provide an array access operator -