Skip to content

SetHeader

Sets a header to the message.

1
myMessage.SetHeader(name: string, value: string):Message

Parameters

string name
    Name of header.

string value
    Value of header.

Returns

Instance of current message.

See Also