I am unable to add variable of mailMessage type into Queue whereas i am able to add basic types like string and rows.
So I tried a workaround of converting the mailMessage into string by serializing using jsonConvert function and adding into queue. But when I deserialize and try to extract into mail format, it does’nt support. Has anyone faced this issue before or successfully added mails as queue items and processed pls share your solutions.
Thanks in advance!