Deprecated API

Deprecated Methods
oracle.mail.sdk.esmail.OracleStore.connect(OESLoginContext)
          - Using OESLoginContext in connect method no longer supported.

Parameters:

aOESLoginContext - expect an authenticated context
 
oracle.mail.sdk.rule.RuleParser.getRule(long)
          use of numerical userid is no longer supported, use String getRule(String name, String ruleType) instead 
oracle.mail.sdk.rule.RuleParser.getRuleAsStream(long)
          use of numerical userid is no longer supported, use String getRule(String name, Strin ruleType) instead 
oracle.mail.sdk.rule.RuleParser.getRuleObjects(InputStream)
          use getRuleObjects(Reader) instead 
oracle.mail.sdk.rule.RuleParser.getRuleObjects(long)
          use of numerical userid is no longer supported, use getRuleObjects() or getRuleObjects(String name, String ruleType) instead 
oracle.mail.sdk.rule.RuleParser.loadRule(String)
          user of static method to load rule is no longer supported. Use instance method setRule() instead. 
oracle.mail.sdk.rule.RuleParser.retrieveRule(long)
          use of numeric userid is no longer supported, as well as access from static methods. Use instance method getRule() to retrieve rules instead. 
oracle.mail.sdk.rule.RuleParser.setConnection(Connection)
          Database connection will be managed internally. There's no need to call this method anymore. 
oracle.mail.sdk.rule.RuleParser.setDBProperties(Properties)
          use OESContext to access LDAP directory instead, which takes care of managing database connect info internally 
oracle.mail.sdk.rule.RuleParser.writeRule(String)
          use of static method is no longer supported. Use instance method setRule() instead