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