PimItemCollection.AddIndex Method
3/29/2010
Adds the sorting property descriptor to the indexes used for a search.
Namespace: Microsoft.WindowsMobile.PocketOutlook
Assembly: Microsoft.WindowsMobile.PocketOutlook (in microsoft.windowsmobile.pocketoutlook.dll)
Syntax
public void AddIndex (
PropertyDescriptor property
)
'Declaration
Public Sub AddIndex ( _
property As PropertyDescriptor _
)
Parameters
- property
The PropertyDescriptor to add to 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