Trouble using a plug-in

M

Mani

Hi,

I am trying to send programatically a custom message. In
Outlook 2003 I installed a plug-in for sending SMS
messages (which manually works fine). It comes with a
toolbar and a tab with settings in Options. I can command
from Outlook or Excel launching the form "Send New SMS"
(message class: IPM.Note - modified message form?), but I
cannot find the means to fill the two fields (phone # and
message body) and push the "SEND SMS" button. I added a
reference to the plug-in, but it only exposes the member
Uninstall of the class Connect.

Thanks,

Mani
 
K

Ken Slovak - [MVP - Outlook]

If the addin doesn't expose any other methods or properties there's not much
you can do. About all you could accomplish would be by using SendKeys to
send the appropriate keyboard strokes, but SendKeys can be rather funky and
if anything else steals the focus the keys would be directed to that
application instead of the addin.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top