免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 3562 | 回复: 2
打印 上一主题 下一主题

[Lotus] 该程序是什么意思,请给我讲讲 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2008-05-22 16:33 |只看该作者 |倒序浏览
Dim session_send As New NotesSession
        Dim db_send As NotesDatabase
        Dim doc_send As NotesDocument
        Dim body_send As String
        Set db_send = session_send.CurrentDatabase
        Set doc_send = New NotesDocument( db_send )
        doc_send.Form = "Memo"
        doc_send.Subject="汇款通知"
        Dim text As String,fileNum As Integer
        fileNum%=Freefile()
        Dim i As Integer
        Dim num As Integer
        Dim body As String
        i=0
        Open "d:\发送.txt" For Input As fileNum%
        Do While Not Eof(fileNum%)
                Line Input #fileNum%, text$
                i=i+1
        Loop
        Close fileNum%
       
        Open "d:\发送.txt" For Input As fileNum%
        For num%=0 To i-1
                Line Input #fileNum%, text$
               
                If Trim(text$)="START" Then num%=num%+1:Line Input #fileNum%,text$:body="":If Trim(text$)="" Then doc_send.Sendto="公司汇款通知" Else doc_send.Sendto=text$
                If Trim(text$)="END" Then doc_send.body=body:Call doc_send.Send(False) Else body=body+text$+Chr(13)  
               
        Next num%
        Close fileNum%

论坛徽章:
0
2 [报告]
发表于 2008-07-21 13:00 |只看该作者
D:\发送.txt的格式如下:
START
接收人的邮件地址(若为空行则为默认的"公司汇款通知")
邮件正文
END
程序的提取收件人信息,然后提取邮件正文,遇到关键字"END"后发送邮件。

论坛徽章:
0
3 [报告]
发表于 2008-07-21 14:16 |只看该作者
原帖由 yleagle 于 2008-7-21 13:00 发表
D:\发送.txt的格式如下:
START
接收人的邮件地址(若为空行则为默认的"公司汇款通知"
邮件正文
END
程序的提取收件人信息,然后提取邮件正文,遇到关键字"END"后发送邮件。


同意楼上的
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP