IsIndexed Property

The IsIndexed property contains the flag that indicates whether the Exchange search engine****indexes the property.

Property IsIndexed As Boolean[C++]
Get method:
HRESULT get_IsIndexed(VARIANT_BOOL*pIsIndexed);
Put method:
HRESULT put_IsIndexed(VARIANT_BOOLvarIsIndexed);

[Visual Basic]

Parameters

None.

Return Values

This property returns a Boolean that contains the flag.

Error Values

If an error is raised, Err.Number is set to one of the values documented on the Error Messages page.

[C++]

Parameters

Get method:

  • pIsIndexed
    [out, retval] Pointer to a VARIANT_BOOL that contains the flag.

Put method:

  • varIsIndexed
    [in] VARIANT_BOOL that contains the flag.
Return Values

For a list of error messages returned by SharePoint Portal Server, see Error Messages.

Remarks

The IsIndexed property is defined by Microsoft Exchange to determine whether the Exchange search engine indexes the property. SharePoint Portal Server does not use this property.

Example

To see this property in a fuller context, see Document Management Object Model Sample.