Example XML Request
The following is an example of an XML request for the
DeleteSMTPDomain method of the Exchange Provider:
<request>
<data/>
<procedure>
<execute namespace='Exchange Provider'
procedure='DeleteSMTPDomain'>
<executeData>
<SMTPDomains>
<SMTPDomain>litware.com</SMTPDomain>
</SMTPDomains>
</executeData>
</execute>
</procedure>
</request>
Example XML Response
No example XML response.