Share via


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

Public property

Application

Returns an Application object that represents the parent Outlook application for the object. Read-only. (Inherited from _SyncObject.)

Public property

Class

Returns an OlObjectClass constant indicating the object's class. Read-only. (Inherited from _SyncObject.)

Public property

Name

Returns the display name for the object. Read-only. (Inherited from _SyncObject.)

Public property

Parent

Returns the parent Object of the specified object. Read-only. (Inherited from _SyncObject.)

Public property

Session

Returns the NameSpace object for the current session. Read-only. (Inherited from _SyncObject.)

Top

Methods

 

Name

Description

Public method

add_OnError

(Inherited from SyncObjectEvents_Event.)

Public method

add_Progress

(Inherited from SyncObjectEvents_Event.)

Public method

add_SyncEnd

(Inherited from SyncObjectEvents_Event.)

Public method

add_SyncStart

(Inherited from SyncObjectEvents_Event.)

Public method

remove_OnError

(Inherited from SyncObjectEvents_Event.)

Public method

remove_Progress

(Inherited from SyncObjectEvents_Event.)

Public method

remove_SyncEnd

(Inherited from SyncObjectEvents_Event.)

Public method

remove_SyncStart

(Inherited from SyncObjectEvents_Event.)

Public method

Start

Begins synchronizing a user's folders using the specified Send\Receive group. (Inherited from _SyncObject.)

Public method

Stop

Immediately ends synchronizing a user’s folders using the specified Send/Receive group. (Inherited from _SyncObject.)

Top

Events

 

Name

Description

Public event

OnError

Occurs when Microsoft Outlook encounters an error while synchronizing a user’s folders using the specified Send\Receive group. (Inherited from SyncObjectEvents_Event.)

Public event

Progress

Occurs periodically while Microsoft Outlook is synchronizing a user’s folders using the specified Send\Receive group. (Inherited from SyncObjectEvents_Event.)

Public event

SyncEnd

Occurs immediately after Microsoft Outlook finishes synchronizing a user’s folders using the specified Send\Receive group. (Inherited from SyncObjectEvents_Event.)

Public event

SyncStart

Occurs when Microsoft Outlook begins synchronizing a user’s folders using the specified Send\Receive group. (Inherited from SyncObjectEvents_Event.)

Top

See Also

Reference

SyncObject Interface

Microsoft.Office.Interop.Outlook Namespace