Hi all,
I was wondering if anyone is familiar with the SMS ADDRESS format.
typedef struct sms_address_tag {
SMS_ADDRESS_TYPE smsatAddressType;
TCHAR ptsAddress[SMS_MAX_ADDRESS_LENGTH];
} SMS_ADDRESS, *LPSMS_ADDRESS;
Members:
smsatAddressType - The address type.
ptsAddress - The address in string format ? for example, "127.0.0.1" or
"+1.800.555.5678".
The documentation says that the address can be an ip address in string
dot notation format, such as "80.120.48.2."
Does anyone know what it means to have an ip address as an sms address.
I thought that an sms address is always a phone number. Is there a way
to convert a phone number to an ip address? I wonder if the ip address
is used when sending messages to a chat program such as ICQ, Yahoo
Messenger, etc. How can I figure out the recipient ip address? Anybody
knows?
Thanks,
mike