ContentTypeField.GetCharset Method 

Gets the value of the charset parameter if set for the given field. Returns the default us-ascii if not set or if f is null.

public static string GetCharset(
   ContentTypeField f
);

Remarks

Returns the charset parameter value.

See Also

ContentTypeField Class | NI.Email.Mime.Field Namespace