1 write to _type
System.Web (1)
Util\SmtpMail.cs (1)
57
_type
= Type.GetTypeFromProgID(_progId);
3 references to _type
System.Web (3)
Util\SmtpMail.cs (3)
55
if (
_type
== null) {
62
if (
_type
== null)
66
return
_type
;