Esempio n. 1
0
        public static string ComposeRefMsg(RenderContext context, string msgbody, int MsgId)
        {
            var mime = MessageUtility.ParseMineMessage(msgbody);

            return(ComposeRefMsg(mime, context, MsgId));
        }