Neokernel API

Message Constructor

A constructor for creating a Message with the specified headers and message body

Message(
   string headerInfo,
   string message
);

Parameters

headerInfo
A String representing the headers for this Message
message
A String that will be the value of the message body for this Message

See Also

Message Class | com.neokernel.email Namespace | Message Constructor Overload List