Subject = "test html email with attachment from c#"; // Add image attachment from local disk Attachment oAttachment = oMail.AddAttachment("d:\\test.gif"); ...
確定! 回上一頁