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 name | Type used | Effect |
---|
Address | Character string | Address of contact on the relevant instant messaging. |
Label | Character string | Label for the custom messaging (optional). If the Type property does not correspond to the imCustom constant, the value of this property will be ignored. |
Protocol | Integer constant | |
Type | Integer constant | Type 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.
|
Reinitialization
You can use
VariableReset to reset the contents of a variable of type
InstantMessaging.