ExchangeServiceBinding.AddDelegate(AddDelegateType) 方法

定义

方法 AddDelegate(AddDelegateType) 将请求发送到 并获取来自 AddDelegate作的响应。

public:
 ExchangeWebServices::AddDelegateResponseMessageType ^ AddDelegate(ExchangeWebServices::AddDelegateType ^ AddDelegate1);
[System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/exchange/services/2006/messages/AddDelegate", 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("MailboxCulture")]
[System.Web.Services.Protocols.SoapHeader("ExchangeImpersonation")]
[System.Web.Services.Protocols.SoapHeader("RequestServerVersionValue")]
public ExchangeWebServices.AddDelegateResponseMessageType AddDelegate(ExchangeWebServices.AddDelegateType AddDelegate1);
Public Function AddDelegate (AddDelegate1 As AddDelegateType) As AddDelegateResponseMessageType

参数

AddDelegate1
AddDelegateType

类的 AddDelegateType 实例,表示要添加到邮箱的委托。

返回

AddDelegate(AddDelegateType) 返回一个 AddDelegateResponseMessageType 对象,该对象包含 AddDelegate作的状态。

属性

适用于