You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
why is this this code inside?
and why is title the subject?
if (!subject.StartsWith("mailto:")) { if (!Uri.IsWellFormedUriString(subject, UriKind.Absolute)) { throw new ArgumentException(@"Subject is not a valid URL or mailto address"); } }
The text was updated successfully, but these errors were encountered:
why is this this code inside?
and why is title the subject?
if (!subject.StartsWith("mailto:")) { if (!Uri.IsWellFormedUriString(subject, UriKind.Absolute)) { throw new ArgumentException(@"Subject is not a valid URL or mailto address"); } }
The text was updated successfully, but these errors were encountered: