首页 | 邮件资讯 | 技术教程 | 解决方案 | 产品评测 | 邮件人才 | 邮件博客 | 邮件系统论坛 | 软件下载 | 邮件周刊 | 热点专题 | 工具
网络技术 | 操作系统 | 邮件系统 | 客户端 | 电子邮箱 | 反垃圾邮件 | 邮件安全 | 邮件营销 | 移动电邮 | 邮件软件下载 | 电子书下载

软件下载

网络软件 | 系统工具 | 应用软件 | 联络聊天 | 图形图像 | 多媒体类 | 行业软件 | 游戏娱乐 | 编程开发 | 安全相关 | 教育教学 | 技术资料 | 邮件服务器 | 下载动力 | 免费资源网
首页 > 软件下载 > 邮件服务器 > 邮件系统第三方工具 > 下载地址: 封装 Lotus Notes 提供的 API
Software Downloads Topics
  • MDaemon Server 软件最新版下载
  • ORF Fusion反垃圾邮件软件下载
  • Visio 2003 简体中文版
  • Realtek 8139网卡驱动
  • Autocad 2002 中文版
  • 联想 D-Link DFE-530TX 网卡驱动
  • Exchange 2003 简体中文企业版
  • D-Link DFE-530TX 网卡驱动
  • 最强五笔输入法
  • Exchange Server 管理员手册
  • Symantec AntiVirus 10 企业版客户端
  • QQ 最新版 QQ2005Beta2
  • ISA Server 2004 简体中文企业版
  • PhotoShop8.0CS中文版
  • IBM Lotus Notes 6.5.3
  • Exchange Server 2003 移动计算
  • 诺顿企业完整版 v9.0.0.338a
  • BitComet 0.59 BT最新版
  • E话通最新版 EPH 4.00 Beta1
  • Adobe Acrobat 7.0.3 简体中文版
  • 两个小时成为ISA2004专家 PDF
  • Exchange 2003企业版
  • 卡巴斯基反病毒 5.0.383 正式正式版
  • Exchange 2000 Server 使用指南
  • 规划Exchange 2003邮件系统
  • Exchange 2000 Server实用全书(PDG)
  • SharePoint Portal Server 2003
  • Foxmail 6.0 精美信纸模版
  • Cisco访问表配置指南
  • ISA 2004快速安装指南
  • 迅雷最新版 迅雷 V4.7.3.53 正式版
  • 金山快译 2006 SP1
  • Symantec AntiVirus 10 简体中文版
  • IBM Lotus Notes/Domino 7.0
  • 封装 Lotus Notes 提供的 API

    OS:Win9x/Win2000/WinXP
    License:共享软件
    Size:
    Evaluation:
    Uudate:2006-9-23 12:22:48
    Downloads: 0 of Day: 0 Week: 0

    封装 Lotus Notes 提供的 API Description:
    装 Lotus Notes 提供的 API,可以创建Databse,读写文件,收发Mail等. 并可将Notes文件转换成WindowsRTF格式.
    Lotus Notes 4.x object layer
    Version 3.3
    Created by:
      Sergey Kolchin skolchin@usa.net
      Sergey Kucherov
      Sergey Okorochkov
      Last Modified:
        25.02.99, Sergey Kolchin


    Description
    ----------

    This class library allows to work with the Lotus Notes from Delphi programs. It covers almost all aspects of Notes functionality:
    - databases (open/create, search)
    - mail (send/receive)
    - documents (read/create, send)
    - items (read/create, RTF)
    - database directories (browse)
    - hierarchical names (parsing/combining, lookups)

    Changes in this version
    ----------
    - TNotesACL, TNotesACLEntry classes
    - Export/import to Windows RTF via TNotesRichTextItem class
    - Access to view columns using TNotesDocument.SummaryValues property
    - Document/View/Database links in TNotesRichTextItem

    The latest version can be found at http://homepages.infoseek.com/~skolchin
    Please, send bugs, comments and suggestions to Sergey Kolchin (skolchin@usa.net).

    Installation
    ----------

    - Unzip all *.pas and *.dfm files to any directory and include it into Delphi's search path
    - Make sure that Lotus Notes directory (where NLNOTES.DLL resides, like C:\Notes) is in PATH

    To install help file:
    - go to Delphi help dir (C:\Program Files\Borland\Delphi 3\Help)
    - put LN.HLP and LN.CNT files there
    - open Delphi4.cnt (or Delphi3.cnt) with Notepad
    - add a line :Include LN.cnt to the end of the file
    - save and close the file
    - delete Delphi4.gid (or Delphi3.gid) file


    Examples
    ----------

    In this version, example program is in separate zip file LNHELP.ZIP. Unzip all files from this archive to any
    directory, except TEST.NSF, which must be in Notes' data directory (like C:\Notes\Data). Main project file is
    LNHELP.DPR

    Disclaimer
    ----------

    THIS LIBRARY IS PROVIDED "AS-IS". NO WARRANTIES OF ANY KIND, EXPRESSED OR IMPLIED, ARE MADE AS TO IT OR
    ANY MEDIUM IT MAY BE ON. NO REMEDY WILL BE PROVIDED FOR INDIRECT, CONSEQUENTIAL, PUNITIVE OR
    INCIDENTAL DAMAGES ARISING FROM IT, INCLUDING SUCH FROM NEGLIGENCE, STRICT LIABILITY, OR BREACH OF
    WARRANTY OR CONTRACT, EVEN AFTER NOTICE OF THE POSSIBILITY OF SUCH DAMAGES.

    The library is free now. We'd appreciate any kind of feedback - send mail to addresses above. If you wish to
    modify the source code, it'll be nice if you inform us (may be we already did that ;-)) and send your changes.

    We do not support the library, but we will try to implement all your suggestions. We keep changing the library,
    and we reserve rights to modify the code at any time. You can register by sending a mail to skolchin@usa.net,
    and we will inform you about changes and send new versions of the library.

    Future plans
    ----------

    - reading of rich-text items with fonts, styles and so on
    - Notes design classes

    History
    ----------

    Version 3.2f (10.11.98)
    - access to Notes folders
    - access to profile documents

    Version 3.2e (04.11.98)
    - Note ID functions and properties
    - responses and replies
    - view access

    Version 3.2c (15.10.98)
    - TNotesDocument.Evaluate function

    Version 3.2 (11.08.98)
    - TNotesName class: hierarchical names, name lookups
    - unread documents handling: TNotesDatabase.UnreadDocuments
    - support for national texts: Lmbcs2Native, Native2Lmbcs functions

    Version 3.1 (26.05.98)
    - new TNotesDirectory class and LnBrowse function for browsing any server for a database
    - ReloadFields method of TNotesDocument class
    - memory leaks and other bugs catched (thanks for Igor Naumov)
    - new functions in Util_NotesAPI unit

    Version 3.0 (17.02.98) - I (Sergey Kolchin) got full responsibility of the library, so I changed a lot
    - new design of TNotesDocument class (now working through Items property)
    - Sign and GetSignature methods of TNotesDocument class
    - significant changes of TNotesItem class (As... properties)
    - new methods and properties of TNotesDatabase class: CreateNew, CopyRecords, MailServer, MailFileName, UserName etc
    - new TNotesRichTextItem class
    - bugs found and killed
    - new functions in Util_NotesAPI unit

    Version 2.0 (August 97)
    - completelly new design similar to Lotus Script classes set
    - new TNotesDatabase, TNotesDocument, TNotesItem, TNotesDocumentCollection classes
    - Util_LnApi unit re-created from Notes API using C2Pas utility (thanks for Anatoly Ivkov)

    Version 1.0 (January 97)
    - TLotusNotes component allows to send mail and read databases
    - Basic API functions in Util_LnApi unit
    Related Software Download of Class
    Related Software New Downloads

    *In order to achieve the fastest download speeds, recommended FlashGet Download software.
    *If you find that the software can not download, go to the Forum, thank you!
    *Site without express permission, any site may not be illegal copying Powered Daolian and resources such as cited pages, please specify the source, thank you for your support!

    广告联系 | 合作联系 | 关于我们 | 联系我们 | 我要发布软件 |  版权所有:邮件技术资讯网©2003-2016 www.5dmail.net, All Rights Reserved  www.5Dmail.net Web Team   粤ICP备05009143号