ExchangeServiceBinding.GetItem Method
Retrieves items from the Microsoft Exchange Server 2007 data store.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Function GetItem ( _
GetItem1 As GetItemType _
) As GetItemResponseType
'Usage
Dim instance As ExchangeServiceBinding
Dim GetItem1 As GetItemType
Dim returnValue As GetItemResponseType
returnValue = instance.GetItem(GetItem1)
public GetItemResponseType GetItem(
GetItemType GetItem1
)
Parameters
- GetItem1
Type: GetItemType
An item to retrieve.
Return Value
Type: GetItemResponseType