Open fedjabosnic opened 7 years ago
It would be very useful to provide message cloning out of the box as well as have the ability to copy fields from message to message...
message cloning
copy fields
// Clone entire message var clone = inbound.Clone(); // Copy field between messages outbound[55] = inbound[55];
It would be very useful to provide
message cloning
out of the box as well as have the ability tocopy fields
from message to message...