06-30-04 01:44 AM
Looks like you are unable to read the properties for the send handler.
First make sure that you indeed have properties configured in your send
handler ...
Are you using the Common base class implementation given in the SDK samples
??
If not, then you need to first
propertyBag.Read("AdapterConfig", out obj, 0 )
The output of this 'obj' will be an XML document which will have all your
listed properties.
If you dump this XML you'll see all the properties configured by the user
for your send handler.
You can look at the samples in the latest sdk to get more information on
this.
[ Post a follow-up to this message ]
|