SyncObjectEvents_Event.SyncEnd Event
Occurs immediately after Microsoft Outlook finishes synchronizing a user’s folders using the specified Send\Receive group.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Event SyncEnd As SyncObjectEvents_SyncEndEventHandler
'Usage
Dim instance As SyncObjectEvents_Event
Dim handler As SyncObjectEvents_SyncEndEventHandler
AddHandler instance.SyncEnd, handler
event SyncObjectEvents_SyncEndEventHandler SyncEnd
See Also
Reference
SyncObjectEvents_Event Interface