SharpMimeTools Documented Class Library

SharpMessage.GetHeaderField Method 

[This is preliminary documentation and subject to change.]

Returns the requested header field body.

public string GetHeaderField(
   string name
);

Parameters

name

Return Value

Remarks

The value if present is uncommented and decoded (RFC 2047).
If the requested field is not present in this instance, Empty is returned instead.

See Also

SharpMessage Class | anmar.SharpMimeTools Namespace