SyncObjectEvents Interface

This is an event interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is not intended to be used in your code.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<TypeLibTypeAttribute()> _
<GuidAttribute("00063085-0000-0000-C000-000000000046")> _
Public Interface SyncObjectEvents
'Usage
Dim instance As SyncObjectEvents
[InterfaceTypeAttribute()]
[TypeLibTypeAttribute()]
[GuidAttribute("00063085-0000-0000-C000-000000000046")]
public interface SyncObjectEvents

See Also

Reference

SyncObjectEvents Members

Microsoft.Office.Interop.Outlook Namespace