Skip to content

Latest commit

 

History

History
75 lines (45 loc) · 1.88 KB

Outlook.SyncObject.md

File metadata and controls

75 lines (45 loc) · 1.88 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
SyncObject object (Outlook)
vbaol11.chm2984
vbaol11.chm2984
Outlook.SyncObject
099865b6-767f-8022-6839-875624f284f7
06/08/2017
medium

SyncObject object (Outlook)

Represents a Send\Receive group for a user.

Remarks

A Send\Receive group lets users configure different synchronization scenarios, selecting which folders and which filters apply.

Use the Item method to retrieve the SyncObject object from a SyncObjects object. Because the Name property is the default property of the SyncObject object, you can identify the group by name.

The SyncObject object is read-only; you cannot change its properties or create new ones. However, note that you can add one Send/Receive group using the SyncObjects.AppFolders property which will create a Send/Receive group called Application Folders.

Example

The following example retrieves a SyncObject object by name.

Set mySyncObject = mySyncObjects.Item("Daily")

Events

Name
OnError
Progress
SyncEnd
SyncStart

Methods

Name
Start
Stop

Properties

Name
Application
Class
Name
Parent
Session

See also

Outlook Object Model Reference

[!includeSupport and feedback]