W
WhytheQ
Here's a tricky one!
I've got an e-mail that is set up and saved in a network folder e.g
J:\Finance\MYMAIL.??? (as you can see I'm not even sure what the file
stem is for an outlook mailitem!)
I don't know how to get a hold of htis object....usually in code I find
myself creating a new mail item, that is using the following code:
Set MyOutMail = OutApp.CreateItem(0)
....but if the mail already exists I'm not too sure how to reference it.
Once I've got hold of the object I intend on changing some of the
properties and then sending it which should be easy enough.
Any help greatly appreciated,
Regards,
Jason.
I've got an e-mail that is set up and saved in a network folder e.g
J:\Finance\MYMAIL.??? (as you can see I'm not even sure what the file
stem is for an outlook mailitem!)
I don't know how to get a hold of htis object....usually in code I find
myself creating a new mail item, that is using the following code:
Set MyOutMail = OutApp.CreateItem(0)
....but if the mail already exists I'm not too sure how to reference it.
Once I've got hold of the object I intend on changing some of the
properties and then sending it which should be easy enough.
Any help greatly appreciated,
Regards,
Jason.