P
Peter Ramsebner
Hello group
For E-Mails normally I'm using HTML format (Extras - Options -
E-Mail-Format - Messageformat is set to HTML)
I'm creating E-Mail messages from MS Access:
Set objOL = CreateObject("Outlook.application")
Set objMail = objOL.CreateItem(0)
Is it possible to create this E-Mails as 'Text only' instead of HTML. I
don't wont change the settings for general.
Thanks, Peter
For E-Mails normally I'm using HTML format (Extras - Options -
E-Mail-Format - Messageformat is set to HTML)
I'm creating E-Mail messages from MS Access:
Set objOL = CreateObject("Outlook.application")
Set objMail = objOL.CreateItem(0)
Is it possible to create this E-Mails as 'Text only' instead of HTML. I
don't wont change the settings for general.
Thanks, Peter