Out of Office Agent Lotus Domino
问题 I need to Change Subject Of Out Of Office Message through Java. At the same time I wish to enable Out of Office through java. I tried something by myself like this : Document dc = db.getProfileDocument("OutOfOfficeProfile", s.getUserName()); Vector vc = dc.getItems(); for(int i=0;i<vc.size();i++){ Item it = (Item) vc.get(i); System.out.println(it.toString()+":::::::>>>>>>" + dc.getItemValueString(it.toString())); } I got the Item names as : $Name:::::::>>>>>>$profile_018outofofficeprofile_cn