3.1.4.1 AddDelegate Operation

The AddDelegate operation adds one or more delegates to a mailbox.

The following is the WSDL port type specification of the operation.

 <wsdl:operation name="AddDelegate">
      <wsdl:input message="tns:AddDelegateSoapIn" />
      <wsdl:output message="tns:AddDelegateSoapOut" />
 </wsdl:operation>

The following is the WSDL binding specification of the operation.

 <wsdl:operation name="AddDelegate">
    <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/AddDelegate" />
    <wsdl:input>
       <soap:header message="tns:AddDelegateSoapIn" part="Impersonation" use="literal"/>
       <soap:header message="tns:AddDelegateSoapIn" part="MailboxCulture" use="literal"/>
       <soap:header message="tns:AddDelegateSoapIn" part="RequestVersion" use="literal"/>
       <soap:body parts="request" use="literal" />
    </wsdl:input>
    <wsdl:output>
       <soap:body parts="AddDelegateResult" use="literal" />
       <soap:header message="tns:AddDelegateSoapOut" part="ServerVersion" use="literal"/>
    </wsdl:output>
 </wsdl:operation>