HTTPS Automated Connection Guide

HTTPS Automated Connection Guide

XML Example

XML Example

The response body will contain XML with all the current settings.  If the settings are not set by the server, the entry will be omitted from the xml.
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd"> <properties> <comment>Secure Mail Settings</comment> <entry key="defaultSubject">Subject of the Day</entry> <entry key="enabledProtectionLevels">U,P</entry> <entry key="defaultProtectionLevel">P</entry> <entry key="enabledPasswordGenerations">S,M</entry> <entry key="defaultPasswordGeneration">M</entry> <entry key="allowIncludePasswordInEmail">true</entry> <entry key="defaultIncludePasswordInEmail">true</entry> <entry key="enforceExpirationRange">true</entry> <entry key="packageExpirationMin">1</entry> <entry key="packageExpirationMax">7</entry> <entry key="defaultPackageExpiration">3</entry> <entry key="enforceDownloadRange">true</entry> <entry key="maxDownloadsMin">1</entry> <entry key="maxDownloadsMax">3</entry> <entry key="defaultMaxDownloads">2</entry> <entry key="replyAllowed">true</entry> <entry key="defaultReplyAllowed">true</entry> </properties>

0 COMMENTS

We’d like to hear from you!