SyncObjects.AppFolders Property

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

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property AppFolders As SyncObject
    Get
'Usage
Dim instance As SyncObjects
Dim value As SyncObject

value = instance.AppFolders
[DispIdAttribute()]
SyncObject AppFolders { get; }

Property Value

Type: Microsoft.Office.Interop.Outlook.SyncObject

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.

See Also

Reference

SyncObjects Interface

SyncObjects Members

Microsoft.Office.Interop.Outlook Namespace