J
JGM
Hi there,
Normally you can use this code to create a mail item from a template:
Set MyItem = Application.CreateItemFromTemplate _
("C:\My Files\Outlook\Test_Email.oft")
My question is this:
Can we use the same method to create a mail item from an OFT file on an
Intranet as in the following example:
Set MyItem = Application.CreateItemFromTemplate _
("http://Big_Company/Templates/Outlook/Users/Test_Email.oft")
If not, how do you create a mail item from an OFT file on an Intranet?
Thanks for taking the time.
Normally you can use this code to create a mail item from a template:
Set MyItem = Application.CreateItemFromTemplate _
("C:\My Files\Outlook\Test_Email.oft")
My question is this:
Can we use the same method to create a mail item from an OFT file on an
Intranet as in the following example:
Set MyItem = Application.CreateItemFromTemplate _
("http://Big_Company/Templates/Outlook/Users/Test_Email.oft")
If not, how do you create a mail item from an OFT file on an Intranet?
Thanks for taking the time.