Message SetHeader¶ Sets a custom header for the message. 1myMessage.SetHeader(name: string, value: string):Message Parameters¶ string name The name of the header. string value The value of the header. Returns¶ The current message instance. See Also¶ Message