SyncObject Members
Include Protected Members
Include Inherited Members
Represents a Send\Receive group for a user.
The SyncObject type exposes the following members.
Properties
Name
Description
Returns an Application object that represents the parent Outlook application for the object. Read-only. (Inherited from _SyncObject.)
Returns an OlObjectClass constant indicating the object's class. Read-only. (Inherited from _SyncObject.)
Returns the display name for the object. Read-only. (Inherited from _SyncObject.)
Returns the parent Object of the specified object. Read-only. (Inherited from _SyncObject.)
Returns the NameSpace object for the current session. Read-only. (Inherited from _SyncObject.)
Top
Methods
Name
Description
(Inherited from SyncObjectEvents_Event.)
(Inherited from SyncObjectEvents_Event.)
(Inherited from SyncObjectEvents_Event.)
(Inherited from SyncObjectEvents_Event.)
(Inherited from SyncObjectEvents_Event.)
(Inherited from SyncObjectEvents_Event.)
(Inherited from SyncObjectEvents_Event.)
(Inherited from SyncObjectEvents_Event.)
Begins synchronizing a user's folders using the specified Send\Receive group. (Inherited from _SyncObject.)
Immediately ends synchronizing a user’s folders using the specified Send/Receive group. (Inherited from _SyncObject.)
Top
Events
Name
Description
Occurs when Microsoft Outlook encounters an error while synchronizing a user’s folders using the specified Send\Receive group. (Inherited from SyncObjectEvents_Event.)
Occurs periodically while Microsoft Outlook is synchronizing a user’s folders using the specified Send\Receive group. (Inherited from SyncObjectEvents_Event.)
Occurs immediately after Microsoft Outlook finishes synchronizing a user’s folders using the specified Send\Receive group. (Inherited from SyncObjectEvents_Event.)
Occurs when Microsoft Outlook begins synchronizing a user’s folders using the specified Send\Receive group. (Inherited from SyncObjectEvents_Event.)
Top