SyncObjects.AppFolders Property

Definition

This property returns the SyncObject for application folders. Read-only.

public:
 property Microsoft::Office::Interop::Outlook::SyncObject ^ AppFolders { Microsoft::Office::Interop::Outlook::SyncObject ^ get(); };
public Microsoft.Office.Interop.Outlook.SyncObject AppFolders { get; }
Public ReadOnly Property AppFolders As SyncObject

Property Value

Remarks

The SyncObject is where folders are automatically added when the InAppFolderSyncObject property of the Folder object is set to True. The SyncObject allows users to synchronize Microsoft Outlook folders, address books, and folder home pages for offline use.

Applies to