ExchangeServiceBinding.UpdateDelegate Method

The UpdateDelegate method sends the request to and gets the response from an UpdateDelegate operation.

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

Syntax

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

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

Parameters

Return Value

Type: ExchangeWebServices.UpdateDelegateResponseMessageType
The UpdateDelegate method returns a UpdateDelegateResponseMessageType object.