Header.GetFields Method 

Gets all Fields having the specified field name.

public IList GetFields(
   string name
);

Parameters

name
the field name (e.g. From, Subject).

Return Value

the list of fields.

See Also

Header Class | NI.Email.Mime.Message Namespace