ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Communication / Contact functions (Lotus Notes or Android/iPhone/iPad)
  • Properties specific to InstantMessaging variables
  • Reinitialization
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
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 system can be defined and modified using various WLanguage properties.
This type of variable is used by the Contact variables.
Note: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable.
Properties

Properties specific to 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:
  • miAIM: AOL Instant Messenger
  • miOther other types of messaging
  • miGoogleTalk: Google Talk
  • miICQ: ICQ
  • miMSN: Windows Live Messenger
  • miNetMeeting: NetMeeting
  • miSkype: Skype
  • miYahoo: Yahoo
iPhone/iPadIOS WidgetMac Catalyst Name of protocol for the relevant instant messaging:
  • miAIM: AOL Instant Messenger
  • miICQ: ICQ
  • miMSN: Windows Live Messenger
  • miYahoo: Yahoo
TypeInteger constantType of address:
  • other other types
  • miBureau: office instant messaging address
  • miDomicile: home instant messaging address
  • miCustom custom type corresponding to the property value Label.
iPhone/iPadIOS WidgetMac Catalyst This property is not available.
Remarks

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: 03/28/2025

Send a report | Local help