Neokernel API

IMessage.getHeaderInfo Method

getHeaderInfo returns the value of the header associated with key, if any

string getHeaderInfo(
   string key
);

Parameters

key
the header name to be extracted

Return Value

the header text associated with key, if any

See Also

IMessage Interface | com.neokernel.email Namespace