MAPI-Problem - Break in Messagetext after Character 72 - Hyperlinks dont work

A

Adrian Rebmann

Hi,
when i send e-Mails over MSMAPI in VB or ACCESS, the Messagetext breakes
after the 72. Charakter, so the Hyperlins are corrupt because the Adress
does not match. Do anybody know this Problem and can help me.

Regards,

Adrian

Sorry for my bad english
 
D

Dirk Goldgar

Adrian Rebmann said:
Hi,
when i send e-Mails over MSMAPI in VB or ACCESS, the Messagetext
breakes after the 72. Charakter, so the Hyperlins are corrupt because
the Adress does not match. Do anybody know this Problem and can help
me.

Regards,

Adrian

Sorry for my bad english

Sorry for my worse German.

I don't know if this is related to your default mail client or not. If
there's no way to address it with setting in the mail client, then the
best suggestion I can offer is to check the length of your message text
before appending each hyperlink, and insert a new-line combination
(vbCrLf) if there won't be enough space for the whole hyperlink before
the line break is forced. This won't help if the URLs themselves are
longer than 72 characters.
 
T

Tony Toews

Adrian Rebmann said:
when i send e-Mails over MSMAPI in VB or ACCESS, the Messagetext breakes
after the 72. Charakter, so the Hyperlins are corrupt because the Adress
does not match. Do anybody know this Problem and can help me.

I suspect MAPI is such a primitive or rather feature poor method that
it won't support long lines. You'd have to use a different means of
sending email which has such an option.

I also don't know what such an option would be called as there may be
several different names. One which comes to mind is Quoted Printable.
Or something like that.
Sorry for my bad english

Pretty good English actually.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
 
Top