Отправляет email-рассылки с помощью сервиса Sendsay

Бюллетень "Lotus Notes CodeStore"

  Все выпуски  

Apple limitations and restrictions: LNT852


Рассылку ведет: Программист на Lotus NotesLotus CoderВыпуск No 414 от 2010-11-15
рассылка о программировании на Lotus Notes/Domino
Обсуждения на форумах, блогах. Примеры программного кода на LotusScript,@formula, Java

рассылка:выпускархивлентаблогсайт

Бюллетень "Lotus Notes CodeStore" Выпуск 13 от 21.04.2008

comp.soft.prog.lotuscodesrore

CodeStore. Примеры кодов

Еще примеры:
Больше кодов на сайтах:

Форумы.Свежи темы и обсуждения

Все добрый День. В этой статье (http://www.ibm.com/developerworks/ru/library/ls-notes-java-pt2/ - глава "Изменение колонок") обсуждается возможность добавления атрибутов для колонок во вью (свойства вью -> 6 вкладка -> attrs).
...
Всем доброго времени суток! Использую Lotus Notes client 8.5 на ноутбуке. Подключение к серверу нет. При отправке письма с помощью внешней почты через Lotus Notes Mail у получателя вместо имени отправителя Ivan Ivanov высвечивается обратный адрес ivanov@maildomen.ru. Подскажите, как настроить верное отображение?
Заранее спасибо.

P.S. Еще вопрос: как настроить Lotus Notes Mail так, чтобы при получении почты письма с сервера POP3 автоматически с сервера удалялись?
Здравствуйте , уважаемые.
Есть необходимость при некоем событии дергать |#^#]>http://reportsrv/cgi/domino.cgi?...|#^#]>.
для передачи данных в некоторую CRM
Опыта разработки под домино маловато, поэтому ничего другого как наваять java агентика, и дергать его, я не придумал.
У такого подхода есть проблема быстродействия, агент вызывается очень долго .
Есть ли возможность переписать на lotusscript.
собственно код агента

import lotus.domino.*;
import java.net.*;
import java.io.*;

public class JavaAgent extends AgentBase {

    public void NotesMain() {

        try {
            Session session = getSession();
            AgentContext agentContext = session.getAgentContext();
            Agent agent = agentContext.getCurrentAgent();
                        Document doc = agentContext.getDocumentContext();
                String username = session.getCommonUserName();
            String strreplace = "_";
            String agentname = username.replaceAll(" ", strreplace);     
            String xml = "http://reportsrv/cgi/domino.cgi?docid=" + doc.getUniversalID() +"&user="+ agentname + "&action=callback";
            System.out.println(xml);
            
            URL EXRates = new URL(xml);
            
            BufferedReader in = new BufferedReader(new InputStreamReader(EXRates.openStream()));

        } catch(Exception e) {
            e.printStackTrace();
        }
    }
}


Расскажите куда копать и что смотреть ..
Спасибо..
Интересные темы:
Список форумов:

Tips. Советы

Karl-Henry Martinsson has posted the LotusScript code he used to implement N2PDF in his applications and agents.

Read | Permalink
Packt Publishing is having a sale on IBM books this month. You can get 20 percent off one print book, 25 percent off if you buy three or more, and if you buy e-books, you can get a 30 percent discount.

Read | Permalink


NEW! LEARN NOTES AND DOMINO 8 AT YOUR PLACE AND PACE!
Try a free course at www.tlcc.com/dompower8

Chris Toohey needed to create a read-only Form Design Element to display aggregated data to the user without knowing which NotesItems would need to be displayed. Since he didn't want to re-code everything... He's posted the method and some code.

Read | Permalink
Bob Balfe has run several short polls recently. Now he's posted the results using DIV Slide Show JQuery code.

Read | Permalink
By David Gewirtz

We are very pleased to continue our with interview Tom Duff and Marie Scott about their new book IBM Lotus Sametime 8 Essentials: A User's Guide, as shown in Figure A.

FIGURE A

Here's Tom, Marie, and their new book.

In this installment, we ask Tom and Marie about the future of Sametime and Lotus collaboration solutions.

Tap here for more Tom and Marie.

Еще советы:
Смотри советы на сайтах:

Блоги. Что обсуждают и пишут

Author: Vlad Sh
Tags: ideajam profile email
Idea:
If the user e-mail is hidden, then in his profile to display the input field for comments and submit button, when clicked on his e-mail should be sent a letter with text from the input field. 

Author: Darlyne Holle
Tags: Archive policies
Idea:
When creating Archiving settings, both user and policy created, we have the ability to archive documents older than a certain date.  But I have users that like to create separate archive databases for particular date ranges, in order to keep the archives smaller and more managable.  It would be nice if we had the option in both the UI and the administrator policies to select a specifc date range that the archive setting applies to.  Archive everything older than 90 days, from 01/01/2009 - 12/31/2009 in one archive, but everything from 01/01/2010 - 12/31/2010 in another.  Documents would still only archive when they qualify by age, but archive to the appropriate database based on the date range. 

Author: Keith Brooks
Tags: follow-up flag color
Idea:
It would be nice to have items which are marked for follow-up to not just have a flag but have a selection of colors to choose from to see them in the inbox.
Client asked for this because the flags are not noticeable enough on screen when glancing at it.
We worked around it but if one can pick a color for some email, we should be able to pick a color for a follow-up item as well.

Released back in September 2010 the XPages Extension Library by IBM's Philippe Riand and his development team. The library is a set of advanced, optimized, controls and other XPages assets that provide a way to employ a rich UI to web and Notes client ...
Еще записи:
Интересные блоги специалистов:

Статьи и Документация

This topic describes known Apple device restrictions and limitations with IBM® Lotus Notes® Traveler. h2 Setup and login h2 Table 1. Setup and login issues Problem Details Microsoft® Exchange account setup fails when setting up an account with Lotus Notes Traveler. Verify that the mobile user ...
Также почитатай:
Найти документацию можно на сайтах:

В избранное