User bio
404 bio not found
Maine, USA
Member since Feb 18, 2016
Posts:
Replies:
I don't personally see the need, and I think InterSystems has better things to spend their time on 😁
To use STARTTLS, you need to do the following:
- Create a client SSL/TLS configuration in System Administration | Security | SSL/TLS Configurations
- Set these properties of your smtp object:
- Set smtp.SSLConfiguration = <name of configuration>
- Set smtp.UseSTARTTLS = 1
Certifications & Credly badges:
Global Masters badges:
Followers:
Following:
Because it's a method defined with the [ Internal ] keyword, which the class documentation generator excludes. That keyword means that it's not recommended for use by anyone other than InterSystems. Its behavior may change or it may go away, and you're taking a chance by implementing it in your own code.
GetSegmentAt() provides the same functionality but is documented for use by anyone. It's defined in a class (EnsLib.EDI.Segmented) that is inherited by EnsLib.HL7.Message and other virtual document classes.