4 references to UrlContentLocation
System.Web (4)
Util\SmtpMail.cs (4)
202
if (message.
UrlContentLocation
!= null)
203
_helper.SetProp(newMail, "ContentLocation", message.
UrlContentLocation
);
346
if (message.
UrlContentLocation
!= null)
347
SetField(m, "content-location", message.
UrlContentLocation
);