SyncObjects.AppFolders Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.