ContentTypeField.GetParameter Method 

Gets the value of a parameter. Parameter names are case-insensitive.

public string GetParameter(
   string name
);

Parameters

name
the name of the parameter to get.

Return Value

the parameter value or null if not set.

See Also

ContentTypeField Class | NI.Email.Mime.Field Namespace