Neokernel API

Message.getHeaderInfo Method

Given a key, method returns the value of the header referenced by key if any

public virtual string getHeaderInfo(
   string key
);

Parameters

key
the header name to be extracted

Return Value

s the header text associated with key, if any

Implements

IMessage.getHeaderInfo

See Also

Message Class | com.neokernel.email Namespace