ExchangeServiceBinding.DeleteItem Method
The DeleteItem method sends the request to and gets the response from a DeleteItem operation.
Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/exchange/services/2006/messages/DeleteItem", Use:=SoapBindingUse.Literal, ParameterStyle:=SoapParameterStyle.Bare)> _
<SoapHeaderAttribute("ExchangeImpersonation")> _
<SoapHeaderAttribute("RequestServerVersionValue")> _
<SoapHeaderAttribute("ServerVersionInfoValue", Direction:=SoapHeaderDirection.Out)> _
<SoapHeaderAttribute("SerializedSecurityContext")> _
<SoapHeaderAttribute("MailboxCulture")> _
Public Function DeleteItem ( _
DeleteItem1 As DeleteItemType _
) As DeleteItemResponseType
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/exchange/services/2006/messages/DeleteItem", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Bare)]
[SoapHeaderAttribute("ExchangeImpersonation")]
[SoapHeaderAttribute("RequestServerVersionValue")]
[SoapHeaderAttribute("ServerVersionInfoValue", Direction=SoapHeaderDirection.Out)]
[SoapHeaderAttribute("SerializedSecurityContext")]
[SoapHeaderAttribute("MailboxCulture")]
public DeleteItemResponseType DeleteItem (
DeleteItemType DeleteItem1
)
[SoapDocumentMethodAttribute(L"https://schemas.microsoft.com/exchange/services/2006/messages/DeleteItem", Use=SoapBindingUse::Literal, ParameterStyle=SoapParameterStyle::Bare)]
[SoapHeaderAttribute(L"ExchangeImpersonation")]
[SoapHeaderAttribute(L"RequestServerVersionValue")]
[SoapHeaderAttribute(L"ServerVersionInfoValue", Direction=SoapHeaderDirection::Out)]
[SoapHeaderAttribute(L"SerializedSecurityContext")]
[SoapHeaderAttribute(L"MailboxCulture")]
public:
DeleteItemResponseType^ DeleteItem (
DeleteItemType^ DeleteItem1
)
/** @attribute SoapDocumentMethodAttribute("https://schemas.microsoft.com/exchange/services/2006/messages/DeleteItem", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Bare) */
/** @attribute SoapHeaderAttribute("ExchangeImpersonation") */
/** @attribute SoapHeaderAttribute("RequestServerVersionValue") */
/** @attribute SoapHeaderAttribute("ServerVersionInfoValue", Direction=SoapHeaderDirection.Out) */
/** @attribute SoapHeaderAttribute("SerializedSecurityContext") */
/** @attribute SoapHeaderAttribute("MailboxCulture") */
public DeleteItemResponseType DeleteItem (
DeleteItemType DeleteItem1
)
SoapDocumentMethodAttribute("https://schemas.microsoft.com/exchange/services/2006/messages/DeleteItem", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Bare)
SoapHeaderAttribute("ExchangeImpersonation")
SoapHeaderAttribute("RequestServerVersionValue")
SoapHeaderAttribute("ServerVersionInfoValue", Direction=SoapHeaderDirection.Out)
SoapHeaderAttribute("SerializedSecurityContext")
SoapHeaderAttribute("MailboxCulture")
public function DeleteItem (
DeleteItem1 : DeleteItemType
) : DeleteItemResponseType
Parameters
- DeleteItem1
An instance of the DeleteItemType class that represents the items to delete.
Return Value
The DeleteItem method returns a DeleteItemResponseType object that contains the status of the DeleteItem operation.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)
See Also