G
Guy
Hi All,
As a newbie to Outlook VBA programming and following on from an earlier
posting...
How do I populate the body of an appointment with an existing word document
that I have populated using automation?
The .MailEnvelope method does not appear to be supported for appointments.
I understand that I can get Word object from the inspector but this does
support the .Open file method, and if I can help it I don't want to create
the document from scratch.
I tried a .Content.Copy from standard Word with the idea that I could do a
..Content.Paste with the inspector Word object but again this does not appear
to be supported.
I am sure I missing something obvious. Can you help?
Guy
As a newbie to Outlook VBA programming and following on from an earlier
posting...
How do I populate the body of an appointment with an existing word document
that I have populated using automation?
The .MailEnvelope method does not appear to be supported for appointments.
I understand that I can get Word object from the inspector but this does
support the .Open file method, and if I can help it I don't want to create
the document from scratch.
I tried a .Content.Copy from standard Word with the idea that I could do a
..Content.Paste with the inspector Word object but again this does not appear
to be supported.
I am sure I missing something obvious. Can you help?
Guy