次の方法で共有


ExchangeServiceBinding.RemoveDelegate(RemoveDelegateType) メソッド

定義

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

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

パラメーター

RemoveDelegate1
RemoveDelegateType

デリゲートを RemoveDelegateType 削除する要求を表す クラスのインスタンス。

戻り値

メソッドは RemoveDelegate(RemoveDelegateType) オブジェクトを RemoveDelegateResponseMessageType 返します。

属性

適用対象