文件名称:VSTO开发Outlook发送超大附件
文件大小:115KB
文件格式:RAR
更新时间:2017-05-07 16:48:00
VSTO 超大附件
通过CSDN MSDN等网站资料收集 总算是实验开发出Outlook发送超大附件支持 网盘思路 1:新建AddIn项目 2:增加MailItem的AttachmentAdd事件 通过判断附件大小 小于 Mb 则保存在附件 大于 Mb则后台Post到Web或FTP服务器 并返回连接 4:将连接作为html 的超链接模式<A href "返回值">下载超大附件< A> 并将MailItem的附件Delete掉 5:让OutLook正常发送邮件 ps:本文中后台Post到web或ftp服务器的代码没有 这部分比较简单大家自行发挥哈 由于是领导着急知道测试结果 代码里面比较乱 但可以运行起来 新建邮件超过1Mb的就会有提示 ">通过CSDN MSDN等网站资料收集 总算是实验开发出Outlook发送超大附件支持 网盘思路 1:新建AddIn项目 2:增加MailItem的AttachmentAdd事件 通过判断附件大小 小于 Mb 则保存在附件 大于 Mb则后台Post到Web或FTP服务器 并返回连接 4:将连接作为h [更多]
【文件预览】:
AttachmentAddIn
----AttachmentAddIn.suo(34KB)
----AttachmentAddIn()
--------AttachmentAddIn_TemporaryKey.pfx(2KB)
--------bin()
--------ThisAddIn.Designer.xml(891B)
--------Ribbon1.cs(1KB)
--------Form1.Designer.cs(2KB)
--------FormRegion1.cs(3KB)
--------obj()
--------Class1.cs(715B)
--------ThisAddIn.Designer.cs(13KB)
--------Form1.cs(365B)
--------Ribbon1.resx(6KB)
--------FormRegion1.Designer.cs(7KB)
--------Form1.resx(6KB)
--------FormRegion1.resx(6KB)
--------ThisAddIn.cs(946B)
--------AttachmentAddIn.csproj(11KB)
--------Properties()
--------Ribbon1.Designer.cs(3KB)
----AttachmentAddIn.sln(935B)