ExchangeServiceBinding.RemoveDelegate Method

The RemoveDelegate method sends the request to and gets the response from a RemoveDelegate operation.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
<SoapHeaderAttribute("ServerVersionInfoValue", Direction := SoapHeaderDirection.Out)> _
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/exchange/services/2006/messages/RemoveDelegate", Use := SoapBindingUse.Literal,  _
    ParameterStyle := SoapParameterStyle.Bare)> _
<SoapHeaderAttribute("ExchangeImpersonation")> _
<SoapHeaderAttribute("RequestServerVersionValue")> _
<SoapHeaderAttribute("MailboxCulture")> _
Public Function RemoveDelegate ( _
    RemoveDelegate1 As RemoveDelegateType _
) As RemoveDelegateResponseMessageType
'Usage
Dim instance As ExchangeServiceBinding
Dim RemoveDelegate1 As RemoveDelegateType
Dim returnValue As RemoveDelegateResponseMessageType

returnValue = instance.RemoveDelegate(RemoveDelegate1)
[SoapHeaderAttribute("ServerVersionInfoValue", Direction = SoapHeaderDirection.Out)]
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/exchange/services/2006/messages/RemoveDelegate", Use = SoapBindingUse.Literal, 
    ParameterStyle = SoapParameterStyle.Bare)]
[SoapHeaderAttribute("ExchangeImpersonation")]
[SoapHeaderAttribute("RequestServerVersionValue")]
[SoapHeaderAttribute("MailboxCulture")]
public RemoveDelegateResponseMessageType RemoveDelegate(
    RemoveDelegateType RemoveDelegate1
)

Parameters

Return Value

Type: ExchangeWebServices.RemoveDelegateResponseMessageType
The RemoveDelegate method returns a RemoveDelegateResponseMessageType object.