But how do I add some text to the body.
thanks in advance.
"Sue Mosher [MVP-Outlook]" <
[email protected]> a écrit dans le message
de news: (e-mail address removed)...
Using a custom form as the default message form is an extremely bad idea. At
the very least it will make it highly likely that non-Outlook recipients
will not be able to read any files you attach to messages.
In your scenario, the better solution would be to put your code in the
user's VBA project, using the Application_ItemSend event handler, setting
Body for plain text messages and HTMLBody (with fully HTML tagging) for HTML
messages. You can handle RTF messages, too, but need to be aware that
setting Body in an RTF message will remove all formatting.
Nader said:
What I'd like is to add some text to the body of an e-mail after the user
as
click
on the send button. It''s only for one user and not for a whole network.
But I need the text to be over the body text.
An exemple :
Before :
hi, everyone this ....
After :
::type=local
hi, everyone this ....