2 writes to ContentLocation
System (2)
net\System\Net\mail\Attachment.cs (1)
280
part.
ContentLocation
= value == null ? null : value.IsAbsoluteUri ? value.AbsoluteUri : value.OriginalString;
net\System\Net\mail\MailMessage.cs (1)
346
wholeView.
ContentLocation
= view.MimePart.ContentLocation;
2 references to ContentLocation
System (2)
net\System\Net\mail\Attachment.cs (1)
271
if (!Uri.TryCreate(part.
ContentLocation
, UriKind.RelativeOrAbsolute, out uri))
net\System\Net\mail\MailMessage.cs (1)
346
wholeView.ContentLocation = view.MimePart.
ContentLocation
;