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