Encoding

LoadOptions.Encoding property

Sets the encoding used when opening text-based files or email messages such as CSV, TXT, and MSG. Default value is UTF8.

public Encoding Encoding { get; set; }

Remarks

For code example, see the documentation.

See Also