|
|
|
|
|
- Properties specific to gglPhoneNumber variables
gglPhoneNumber (Variable type) In french: gglTelephone
The gglPhoneNumber type is used to describe and modify the phone number of a contact. This type of variable is used by the gglContact type. Note: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable.
Cnx is gglConnection
Cnx.Email = "balthazar@gmail.com"
Cnx.Password = "azerty"
Cnx.ApplicationName = "MonAppli-01"
IF GglConnect(Cnx) = False THEN
Error(ErrorInfo())
END
...
tabContacts is array of gglContact
tabContacts = GglListContact(Cnx)
MonContact is gglContact = tabContacts[1]
MonTéléphoneContact is gglPhoneNumber dynamic
FOR EACH MonTéléphoneContact OF MonContact.Phone
Trace(MonTéléphoneContact.Caption + " : " + MonTéléphoneContact.Number)
END
Properties Properties specific to gglPhoneNumber variables The following properties can be used to define the characteristics of gglPhoneNumber variables: | | | Name | Type used | Effect |
---|
Caption | Character string | Description of the phone number. | Number | Character string | Phone number. | Primary | Character string | - True if the number corresponds to the main phone number of the contact,
- False otherwise.
| Type | Integer constant | Type of the phone number corresponding to one of the following variables:- gglAutre: Other number.
- gglBureau: Business number.
- gglHome: Home number.
- gglFax Fax number.
- gglFaxDomicile Home fax number.
- gglFaxTravail Business fax number.
- gglPager: Pager / beeper number.
- gglMobileDevice: Mobile phone number.
|
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|