Mime4.net Home | Community Edition | Order | Usage examples | Feedback
ContentTypeField GetCharset Method MIME4NET Class Library Documentation
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.

Namespace: NI.Email.Mime.Field
Assembly: NI.Email.Mime (in NI.Email.Mime.dll) Version: 1.8.5168.22709
Syntax

public static string GetCharset(
	ContentTypeField f
)

Parameters

f
Type: NI.Email.Mime.Field ContentTypeField

[Missing <param name="f"/> documentation for "M:NI.Email.Mime.Field.ContentTypeField.GetCharset(NI.Email.Mime.Field.ContentTypeField)"]

Return Value

Type: String

[Missing <returns> documentation for "M:NI.Email.Mime.Field.ContentTypeField.GetCharset(NI.Email.Mime.Field.ContentTypeField)"]

Remarks

Returns the charset parameter value.
See Also