2 references to Filename
System.Web (2)
Util\SmtpMail.cs (2)
232
_helper.CallMethod(newMail, "AttachFile", new Object[3] { a.
Filename
, null, (Object)c });
371
Object bodyPart = _helper.CallMethod(m, "AddAttachment", new Object[3] { a.
Filename
, null, null });