MAPIFolder.InAppFolderSyncObject Property

Definition

Returns or sets a Boolean (bool in C#) that determines if the specified folder will be synchronized with the e-mail server. Read/write.

public:
 property bool InAppFolderSyncObject { bool get(); void set(bool value); };
public bool InAppFolderSyncObject { get; set; }
Public Property InAppFolderSyncObject As Boolean

Property Value

Remarks

If True, this folder will be synchronized when the "Application Folders" SyncObject is synchronized. If False, the folder will not synchronize.

This is equivalent to selecting the check box for this folder in the Application Folders group on the Send/Receive dialog box.

If this property is set to True, and the "Application Folders" SyncObject does not already exist, a SyncObject will be automatically created. The "Application Folders" SyncObject is the only Send/Receive group that can be programmatically modified.

Applies to