A
Amin Sobati
Hi,
I have written an application that opens a new mail item for the user and
when the user selects the required contacts to send them this email and
presses the send button, my app generates a new mail item per each recipient
that user has selected.
I use something like this code to copy the body of main email to my
generated emails:
MyMailItem.Body = UserMailItem.Body
But when the main email contains picture or hyperlinks, they are not
transferred to my generated emails, only the plain texts go there.
What's the solution?
Any help would be greatly appreciated.
Thanks!
Amin
I have written an application that opens a new mail item for the user and
when the user selects the required contacts to send them this email and
presses the send button, my app generates a new mail item per each recipient
that user has selected.
I use something like this code to copy the body of main email to my
generated emails:
MyMailItem.Body = UserMailItem.Body
But when the main email contains picture or hyperlinks, they are not
transferred to my generated emails, only the plain texts go there.
What's the solution?
Any help would be greatly appreciated.
Thanks!
Amin