M
Michael
Hello,
I have followed problem (Outlook 2007):
I want to change the Account where I send my e-mail.
I have this code:
Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean)
....
ActiveInspector.CommandBars.FindControl(, 31224)
.... but where can I now change the value in the listbox from entry 2 to 1?
Thank you!
Michael
I have followed problem (Outlook 2007):
I want to change the Account where I send my e-mail.
I have this code:
Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean)
....
ActiveInspector.CommandBars.FindControl(, 31224)
.... but where can I now change the value in the listbox from entry 2 to 1?
Thank you!
Michael