ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / Contact functions (Lotus Notes or Android/iPhone/iPad)
  • Properties specific to the description of InstantMessaging variables
  • Reinitialization
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
The InstantMessaging type is used to define the advanced characteristics of the instant messaging of a contact (Google Talk, Skype, MSN, etc.).
The characteristics of this messaging can be defined and modified by several WLanguage properties.
This type of variable is used by the Contact variables.
Remark: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable.
Remarks

Properties specific to the description of InstantMessaging variables

The following properties can be used:
Property nameType usedEffect
AddressCharacter stringAddress of contact on the relevant instant messaging.
LabelCharacter stringLabel for the custom messaging (optional).
If the Type property does not correspond to the imCustom constant, the value of this property will be ignored.
ProtocolInteger constant
Android Name of protocol for the relevant instant messaging:
  • imAIM: AOL Instant Messenger
  • imOther: other types of messaging
  • imGoogleTalk: Google Talk
  • imICQ: ICQ
  • imMSN: Windows Live Messenger
  • imNetMeeting: NetMeeting
  • imSkype: Skype
  • imYahoo: Yahoo
iPhone/iPadIOS WidgetMac Catalyst Name of protocol for the relevant instant messaging:
  • imAIM: AOL Instant Messenger
  • imICQ: ICQ
  • imMSN: Windows Live Messenger
  • imYahoo: Yahoo
TypeInteger constantType of address:
  • imOther: other types
  • imWork: professional address of instant messaging
  • imHome: personal address of instant messaging
  • imCustom: custom type corresponding to the value of the Label property.
iPhone/iPadIOS WidgetMac Catalyst This property is not available.

Reinitialization

You can use VariableReset to reset the contents of a variable of type InstantMessaging.
Minimum version required
  • Version 17
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help