johnisotank
Technical User
Hi, I've tried in a previous post but got no luck so I'm taking another approach.
In Outlook I am using the following procedure..
I have another procedure right underneath this and I would like to be able to call the above (Application_ItemSend) procedure.
Only problem is that I don't know what variables to pass when I call it. Would someone be able to help please?
Thanks
John
In Outlook I am using the following procedure..
Code:
Private Sub Application_ItemSend(ByVal Item As Object, ByRef Cancel As Boolean)
I have another procedure right underneath this and I would like to be able to call the above (Application_ItemSend) procedure.
Only problem is that I don't know what variables to pass when I call it. Would someone be able to help please?
Thanks
John