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.
Deletes an item in 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 DeleteItem ( _
DeleteItem1 As DeleteItemType _
) As DeleteItemResponseType
'Usage
Dim instance As ExchangeServiceBinding
Dim DeleteItem1 As DeleteItemType
Dim returnValue As DeleteItemResponseType
returnValue = instance.DeleteItem(DeleteItem1)
public DeleteItemResponseType DeleteItem(
DeleteItemType DeleteItem1
)
Parameters
- DeleteItem1
Type: DeleteItemType
An item to delete.
Return Value
Type: DeleteItemResponseType