Send SMS instead of email

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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.
 
Back
Top