E
E.Zenker
Hi
I use the code:
Dim Nachricht
Set Nachricht = Application.CreateItem(olMailItem)
Nachricht.Subject = "XXXXXXXX"
Nachricht.To = Item.Email1Address
Nachricht.Attachments.Add "C:\Dokumente und Einstellungen\xxx.pdf"
to create a OL message with attachment
Strange things happens
using the same code at one PC
The attachment is displayed in a line below subject
on an other PC with the same OS and OL version
The attachment is displayed in the body of the message
Please help
E.Zenker
I use the code:
Dim Nachricht
Set Nachricht = Application.CreateItem(olMailItem)
Nachricht.Subject = "XXXXXXXX"
Nachricht.To = Item.Email1Address
Nachricht.Attachments.Add "C:\Dokumente und Einstellungen\xxx.pdf"
to create a OL message with attachment
Strange things happens
using the same code at one PC
The attachment is displayed in a line below subject
on an other PC with the same OS and OL version
The attachment is displayed in the body of the message
Please help
E.Zenker