Platform SDK: Exchange 2000 Server

Client Example

Notice that the content class is urn:content-classes:form#registration. Testapp is a folder inside the public folder. Notice that the major version is “=5”, that means for Internet Explorer 5 or higher. Notice also that the binding is “client”, that tells us that the client is capable of interpreting dynamic html.

<resource>
      <href>testapp/editsales.html</href>
      <contenttype>text/html</contenttype>
      <prop>
      <b:content-class>urn:content-classes:formregistration</b:content-class>
         <f:binding>client</f:binding>
      <f:formurl>/testapp/editsalesman.html</f:formurl>
      <f:cmd></f:cmd>
      <f:contentclass>urn:content-classes:salesman</f:contentclass>
      <f:executeurl>/exchweb/bin/exwform.dll</f:executeurl>
      <f:browser>*</f:browser>
      <f:contentstate>*</f:contentstate>
      <f:language>*</f:language>
      <f:majorver>=5</f:majorver>
      <f:minorver>*</f:minorver>
      <f:messagestate>*</f:messagestate>
      <f:platform>*</f:platform>
      <f:request>GET</f:request>
      </prop>
   </resource>