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)
379wholeView.ContentLocation = view.MimePart.ContentLocation;
2 references to ContentLocation
System.Net.Mail (2)
System\Net\Mail\Attachment.cs (1)
262if (!Uri.TryCreate(_part.ContentLocation, UriKind.RelativeOrAbsolute, out uri))
System\Net\Mail\MailMessage.cs (1)
379wholeView.ContentLocation = view.MimePart.ContentLocation;