SMSAddress objects
The AddressType property specifies the type of the destination address of an SMS message. Values are:
SMSAT_Alphanumeric! Coded according to Global System for Mobile Communications (GSM) standard
SMSAT_National! National number (no prefix or escape characters)
SMSAT_NetworkSpecific! Number specific to the serving network, for example, used to access an operator
SMSAT_Subscriber! A short number representation is stored in one or more service centers
SMSAT_Unknown! The user or network has no information about the numbering plan
The AddressType property takes a value of the SMSAddrType enumerated variable. This example sets the address type for an international message:
SMSAddress mysmsaddress mysmsaddress.Address = "441304555444" mysmsaddress.AddressType = smsat_international!
Copyright © 2004. Sybase Inc. All rights reserved. |
![]() |