다음을 통해 공유


ExchangeServiceBinding.DeleteItem Method

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

See Also

Reference

ExchangeServiceBinding Class

ExchangeServiceBinding Members

Microsoft.SharePoint.Portal.WebControls Namespace