![]() | Content |
// Some versions of Outlook expect the rfc2047 style of encoding for the filename parameter value. if (part.ContentDisposition.Parameters.TryGetValue ("filename", out var parameter)) parameter.EncodingMethod = ParameterEncodingMethod.Rfc2047;