Skip to content

Latest commit

 

History

History
62 lines (37 loc) · 1.52 KB

Outlook.SyncObjects.md

File metadata and controls

62 lines (37 loc) · 1.52 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
SyncObjects object (Outlook)
vbaol11.chm94
vbaol11.chm94
Outlook.SyncObjects
88e59f63-d834-b174-bbda-0af0cf2d0520
06/08/2017
medium

SyncObjects object (Outlook)

Contains a set of SyncObject objects representing the Send/Receive groups for a user.

Remarks

Use the SyncObjects property to return the SyncObjects object from a NameSpace object.

The SyncObjects object is read-only. You cannot add an item to the collection. However, note that you can add one Send/Receive group using the AppFolders property which will create a Send/Receive group called Application Folders.

Example

The following Microsoft Visual Basic for Applications (VBA) example retrieves the SyncObjects object for the MAPI NameSpace object.

Set mySyncObjects = Application.GetNameSpace("MAPI").SyncObjects

Methods

Name
Item

Properties

Name
AppFolders
Application
Class
Count
Parent
Session

See also

Outlook Object Model Reference

[!includeSupport and feedback]