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 | |
---|---|---|
Application | Returns an Application object that represents the parent Outlook application for the object. Read-only. (Inherited from _SyncObject.) | |
Class | Returns an OlObjectClass constant indicating the object's class. Read-only. (Inherited from _SyncObject.) | |
Name | Returns a String (string in C#) value that represents the display name for the object. Read-only. (Inherited from _SyncObject.) | |
Parent | Returns the parent Object of the specified object. Read-only. (Inherited from _SyncObject.) | |
Session | Returns the NameSpace object for the current session. Read-only. (Inherited from _SyncObject.) |
Top
Methods
Name | Description | |
---|---|---|
Start | Begins synchronizing a user's folders using the specified Send\Receive group. (Inherited from _SyncObject.) | |
Stop | Immediately ends synchronizing a user’s folders using the specified Send/Receive group. (Inherited from _SyncObject.) |
Top
Events
Name | Description | |
---|---|---|
OnError | Occurs when Microsoft Outlook encounters an error while synchronizing a user’s folders using the specified Send\Receive group. (Inherited from SyncObjectEvents_Event.) | |
Progress | Occurs periodically while Microsoft Outlook is synchronizing a user’s folders using the specified Send\Receive group. (Inherited from SyncObjectEvents_Event.) | |
SyncEnd | Occurs immediately after Microsoft Outlook finishes synchronizing a user’s folders using the specified Send\Receive group. (Inherited from SyncObjectEvents_Event.) | |
SyncStart | Occurs when Microsoft Outlook begins synchronizing a user’s folders using the specified Send\Receive group. (Inherited from SyncObjectEvents_Event.) |
Top