This function returns the types of short codes.
object.LoadShortCodeTypes()
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISProfile interface |
Display the number of the types of short code and their descriptions.
Dim aTypes
Dim aType
Dim aMessage
Set aTypes = Profile.LoadShortCodeTypes
aMessage = "Types of Short Codes Count = " & aTypes.Count
for i = 0 to aTypes.Count - 1
set aType = aTypes.Item(i)
aMessage = aMessage & vbNewLine & aType.Description
next
Profile.MsgBox(aMessage)
In Profile Client v8 on User Interface Short Code Types can be found in
.