V
vincent.y.chan
Hi,
I must be the only one experiencing these weird add in problems I
have a problem now where I have some content in the email body that
only consists of text and hyperlinks (using Outlook 2007). When I try
to send out the mailItem, any external account that receives the email
will strip out the html portion of the email. Therefore my hyperlinks
look like this "test
<http://www.cnn.com/?
elq=5C509E8F8A914282AEBC70DB1910456B&elqa=1CC82845C
18C9D93032A64D157536E2D4AFFB927FFD02472C7E20E18FA408888>" instead of
having a html hyperlink with test as the text.
Here is how I send out the email.
safeMailItem =
DirectCast(CreateObject("ElqRd3.ElqSafeMailItem"),
Redemption.SafeMailItem)
Perform_some_Operation (MailItem.HTMLBody)
safeMailItem.Item = MailItem
safeMailItem.Item.DeleteAfterSubmit = True
safeMailItem.Send()
I was wondering if anyone can help me out? And the funny thing is, if
I send it internally to myself, everything looks fine. It's only when
I'm trying to send out the email to an external account does this
weird behaviour happen. Also if I add an image to the email body,
then everything shows up fine. The only time where the body of the
email seems to be in a weird format is when the body only consists of
text and hyperlinks.
Any help would be greatly appreciated.
thanks,
Vincent
I must be the only one experiencing these weird add in problems I
have a problem now where I have some content in the email body that
only consists of text and hyperlinks (using Outlook 2007). When I try
to send out the mailItem, any external account that receives the email
will strip out the html portion of the email. Therefore my hyperlinks
look like this "test
<http://www.cnn.com/?
elq=5C509E8F8A914282AEBC70DB1910456B&elqa=1CC82845C
18C9D93032A64D157536E2D4AFFB927FFD02472C7E20E18FA408888>" instead of
having a html hyperlink with test as the text.
Here is how I send out the email.
safeMailItem =
DirectCast(CreateObject("ElqRd3.ElqSafeMailItem"),
Redemption.SafeMailItem)
Perform_some_Operation (MailItem.HTMLBody)
safeMailItem.Item = MailItem
safeMailItem.Item.DeleteAfterSubmit = True
safeMailItem.Send()
I was wondering if anyone can help me out? And the funny thing is, if
I send it internally to myself, everything looks fine. It's only when
I'm trying to send out the email to an external account does this
weird behaviour happen. Also if I add an image to the email body,
then everything shows up fine. The only time where the body of the
email seems to be in a weird format is when the body only consists of
text and hyperlinks.
Any help would be greatly appreciated.
thanks,
Vincent