LoadOptions.PreferredTextEncoding

LoadOptions.PreferredTextEncoding property

Gets or sets preferred encoding for message. Forcibly sets the preferred encoding for message subject and body. The default value is null.

public Encoding PreferredTextEncoding { get; set; }

See Also