B
Brian McCullough
Hello,
In a VB6 COM Add In for Outlook (XP), can you automate the pressing of the
Send button on a MailItem's Inspector? I am trying, but keep getting the
following error message:
-2147467259: Method '~' of object '~' failed
for example:
Dim objSendBtn As CommandBarControl
Set objSendBtn = m_objInsp.CommandBars.FindControl(ID:=2)
'do some simple processing here, such as change the subject line
objSendBtn.Execute
In a VB6 COM Add In for Outlook (XP), can you automate the pressing of the
Send button on a MailItem's Inspector? I am trying, but keep getting the
following error message:
-2147467259: Method '~' of object '~' failed
for example:
Dim objSendBtn As CommandBarControl
Set objSendBtn = m_objInsp.CommandBars.FindControl(ID:=2)
'do some simple processing here, such as change the subject line
objSendBtn.Execute