I get credit card Payment link, through a website. I store this link in filed in Sales Header table.
I have field "Send Sales Proforma Invoice", on Sales Order Form, which runs the sales order
report and converts the same to PDF and make an attachment in mail.
The mail has body, in which im sending the credit card payment link of the sales order.
Know my question is instead of sending the link like "http://paymentgateway/......../$%"
i want it to be like "Please Click HERE to make payment", in this the word HERE should be a Hyperlink, which should take me to this link in Iexplorer.
Comments
I suppose you mean button?
You can use the MailItem object, part of the Outlook object model. That one has a method HTMLBody to which you can pass strings like etc