Registering a Transport Service Library

Following is a sample registry, with Inbox running as the mail client, that makes use of a sample transport service.

    To register a transport service library
  1. Under the ServiceLibs key, create a transport subkey that uniquely identifies the name of the transport service.

    In this example, the transport subkey is named SAMPLE to refer to the sample transport service DLL, Sample.dll.

  2. Under the SAMPLE subkey, register a SvcName named value to identify the name of the service. In this example, the string value is "Sample Transport Service."
  3. Under the SAMPLE subkey, register a SvcLib named value that defines the name of the transport service DLL.

    Inbox will load this DLL when it makes a connection to the specified service by calling the service's TransportConnect function.