pem.exchange.getContact
This method is supported by Operations starting from version 5.3 hotfix09.
This method outputs detailed information about the specified contact.
The method has the following input parameters:
Name |
Type |
Short Description |
---|---|---|
|
int |
Identifier of the contact for which you want to get information about the properties. |
The method has the following output parameters:
Name |
Type |
Short Description |
---|---|---|
|
int |
Identifier of the specified contact |
|
string |
Display name of the specified contact |
|
string |
Alias of the specified contact |
|
string |
E-mail address of the specified contact. |
|
string |
External e-mail address of the specified contact |
|
boolean |
Setting that specifies whether the contact is to be displayed in the address book or not. The values are as follows:
|
|
struct |
Contact information |
|
string |
First name |
|
string |
Last name |
|
string |
Description |
|
string |
Office |
|
struct |
Telephone |
|
string |
Country code |
|
string |
Area code |
|
string |
Phone number |
|
string |
Extension |
|
string |
Web page |
|
string |
Street |
|
string |
City |
|
string |
State/Province |
|
string |
Zip/Postal code |
|
string |
Country/region |
|
struct |
Home phone |
|
string |
Country code |
|
string |
Area code |
|
string |
Phone number |
|
string |
Extension |
|
struct |
Pager |
|
string |
Country code |
|
string |
Area code |
|
string |
Phone number |
|
string |
Extension |
|
struct |
Mobile phone |
|
string |
Country code |
|
string |
Area code |
|
string |
Phone number |
|
string |
Extension |
|
struct |
Fax |
|
string |
Country code |
|
string |
Area code |
|
string |
Phone number |
|
string |
Extension number |
|
struct |
IP phone |
|
string |
Country code |
|
string |
Area code |
|
string |
Phone number |
|
string |
Extension |
|
string |
Title |
|
string |
Department |
|
string |
Company |
Note: This method can also be called under Reseller permissions.