Qt Code:
char *str = "aaa \" bbb \"";To copy to clipboard, switch view to plain text mode
Qt Code:
char *str = "aaa \" bbb \"";To copy to clipboard, switch view to plain text mode
I am doing like this but link is not coming it coming as plain text. like this <a href=sturec.exe>Click here</a>
QString str = "sturec.exe";
body.append("<a%20href=" + str + ">Click%20here</a>");
Please help me what can I do.......Thanks sujan
Theres no folder path right. Only the file name it has to open. so theres no backslash. I s iot wrong. I just have to give the link to "sturec.exe" please write what should I wirte. Thanks Sujan
body.append("<a%20href=sturec.exe>STUREC</a>");
Is this correct.....Only link sturec.exe, no folder path.......Its not working. Please tell me what to do.
I still see no backslashes in your code. Do you understand what "escape with a backslash" means? Please analyze post #6 character by character until you reach the proper conclusion.
I think this approach will ultimately be fruitless as Outlook appears to be encoding the HTML anchor (post #7) rather than treating it as HTML anyway. I suspect the OP will need to use ActiveX (through ActiveQt) to automate Outlook in order to be able to send complex messages.
Bookmarks