Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Identifies items that are located in a specified folder.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Function FindItem ( _
FindItem1 As FindItemType _
) As FindItemResponseType
'Usage
Dim instance As ExchangeServiceBinding
Dim FindItem1 As FindItemType
Dim returnValue As FindItemResponseType
returnValue = instance.FindItem(FindItem1)
public FindItemResponseType FindItem(
FindItemType FindItem1
)
Parameters
- FindItem1
Type: FindItemType
Item to find in a specified folder.
Return Value
Type: FindItemResponseType