I have a custom pipeline component which Encrypts, ZIPs and password protects a message prior to emailing. I have a requirement to dynamically set the password from the orchestration. I can't find any examples on how to do this although I see that there is BTS.SendPipelineConfig. I presume I pass the altered config to this, but I don't know how to access the existing xml config for the pipeline.
Are there any tutorials or examples avaiable for this? I have searched to no avail. Thanks.