PimItemCollection.RemoveIndex Method

3/29/2010

Removes the property descriptor from the search indexes.

Namespace: Microsoft.WindowsMobile.PocketOutlook
Assembly: Microsoft.WindowsMobile.PocketOutlook (in microsoft.windowsmobile.pocketoutlook.dll)

Syntax

public void RemoveIndex (
    PropertyDescriptor property
)
'Declaration
Public Sub RemoveIndex ( _
    property As PropertyDescriptor _
)

Parameters

  • property
    The PropertyDescriptor to remove from the indexes used for searching.

Remarks

The list must support this method. However, support for this method can be a nonoperation.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

PimItemCollection Class
PimItemCollection Members
Microsoft.WindowsMobile.PocketOutlook Namespace