使用WebClient将多个文件添加到附件

时间:2016-05-02 21:00:43

标签: c#

我正在尝试从我的网站信息中心发送包含多个附件的电子邮件。但是,我的代码只能附加最后一个文件。我使用func getMainMenuItems() -> [AnyObject] 从Cloud系统下载文件,然后将它们作为附件添加。

这是我写的代码:

**WebClient()**

任何帮助将不胜感激

EDITED: 我附加了两个文件,因此在每个循环中获取这些链接:

循环1: abc.com/TestEmail1.txt

循环2: abc.com/TestEmail2.txt

1 个答案:

答案 0 :(得分:0)

删除这些行已解决了我的问题

attachment.ContentDisposition.Inline = true;
attachment.ContentDisposition.DispositionType = DispositionTypeNames.Inline;
attachment.ContentId = model.Id.ToString();
attachment.ContentType.Name = s;