Ejemplo n.º 1
0
        public string GetParameter(string pszFieldName, string pszAttr)
        {
            MimeField aMimeField = GetField(pszFieldName);

            return(aMimeField != null?aMimeField.GetParameter(pszAttr) : null);
        }