Send SMS instead of email

G

Guest

I want to create an outlook solution that will allow users to send SMS
instead of Email using a form similar to Mail message form. Is it better to
create an Com add-in or a customized form?

Any idea is highly appreciated.

cheers
 
S

Sue Mosher [MVP-Outlook]

I'd try to do it with a COM add-in. Using a custom form may result in RTF
content being sent with the message, which the SMS server might not like. If
you go the custom form route, use code in the Item_Send event to create a
new message rather than sending the custom form item.
 

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