MAPIFolder.IsSharePointFolder Property

Returns a Boolean (bool in C#) that determines if the folder is a Microsoft Windows SharePoint Services folder. Read-only.

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

Syntax

'Declaration
ReadOnly Property IsSharePointFolder As Boolean
    Get
'Usage
Dim instance As MAPIFolder
Dim value As Boolean

value = instance.IsSharePointFolder
bool IsSharePointFolder { get; }

Property Value

Type: System.Boolean

Remarks

A Windows SharePoint Services folder is a custom folder in Outlook that contains a live copy of the contact list or event list that lives on a Windows SharePoint Services Web site. The contact list maps to a Contacts folder in Outlook and the event list maps to a Calendar folder.

Windows SharePoint Services folders are automatically created under the SharePoint Folders node in the Navigation Pane when a contact list or an event list is exported from the Windows SharePoint Services Web site.

Though Windows SharePoint Services folders work the same way as other folders, there are a few exceptions. Windows SharePoint Services folders are read-only and any attempt to edit folder properties or add, edit, or remove existing items will fail.

A folder in the user’s Microsoft Exchange server folder will never be a Windows SharePoint Services folder, and no folder in the user’s default Personal Folders file (.pst) will ever be a Windows SharePoint Services folder. Typically the Windows SharePoint Services folders will be under the node SharePoint Folders in the Navigation Pane.

See Also

Reference

MAPIFolder Interface

MAPIFolder Members

Microsoft.Office.Interop.Outlook Namespace