次の方法で共有


ExchangeServiceBinding.UpdateDelegate(UpdateDelegateType) メソッド

定義

メソッドは UpdateDelegate(UpdateDelegateType) 要求を に送信し、UpdateDelegate 操作から応答を取得します。

public:
 ExchangeWebServices::UpdateDelegateResponseMessageType ^ UpdateDelegate(ExchangeWebServices::UpdateDelegateType ^ UpdateDelegate1);
[System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/exchange/services/2006/messages/UpdateDelegate", ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare, Use=System.Web.Services.Description.SoapBindingUse.Literal)]
[System.Web.Services.Protocols.SoapHeader("ExchangeImpersonation")]
[System.Web.Services.Protocols.SoapHeader("ServerVersionInfoValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
[System.Web.Services.Protocols.SoapHeader("RequestServerVersionValue")]
[System.Web.Services.Protocols.SoapHeader("MailboxCulture")]
public ExchangeWebServices.UpdateDelegateResponseMessageType UpdateDelegate (ExchangeWebServices.UpdateDelegateType UpdateDelegate1);
Public Function UpdateDelegate (UpdateDelegate1 As UpdateDelegateType) As UpdateDelegateResponseMessageType

パラメーター

UpdateDelegate1
UpdateDelegateType

デリゲートを UpdateDelegateType 更新する要求を表す クラスのインスタンス。

戻り値

メソッドは UpdateDelegate(UpdateDelegateType) オブジェクトを UpdateDelegateResponseMessageType 返します。

属性

適用対象