标签: c# .net email attachment
我正在使用System.Net.Mail.Attachment附加电子邮件。
Attachment attachment = new Attachment (attachementFile);
但是我的attachementFile来自s3文件url,它包含#。 因此我得到了这个错误。 “不支持给定路径的格式。”
如何解决此问题?