Header.GetField Method 

Gets a Field given a field name. If there are multiple such fields defined in this header the first one will be returned.

public MimeField GetField(
   string name
);

Parameters

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

Return Value

the field or null if none found.

See Also

Header Class | NI.Email.Mime.Message Namespace