I have the following code for copying a string between 2 applications:
public static void Send(IntPtr receiverHandle, MessageID messageID, string value) {