Syntax
Event OfficeInfoRecived(ByRef FName As String, ByRef Username As String, ByRef Password As String, ByRef WhiteLabeled As Boolean, ByRef Demo As Boolean, ByRef ReadOnly As Boolean, ByRef Phone As String, ByRef Fax As String, ByRef Mobile As String, ByRef TelFax As String, ByRef POB As String, ByRef Email As String, ByRef Address As String)
Description
This event fired after calling GetOfficeInfo with requested office information.
Parameters
Parameter |
Description |
FName |
Office first name, value of type is String |
Username |
Office username, value of type is String |
Password |
Office Password, value of type is String |
WhiteLabeled |
Boolean value if true then the office is white label |
Demo |
Boolean value if true then the office is demo |
ReadOnly |
Boolean Value if true then the office read only type |
Phone |
Office phone number, value of type is string |
Fax |
Office Fax number, value of type is String |
Mobile |
Office mobile number, value of type is String |
TelFax |
Office telephone Fax number, value of type is String |
POB |
Post Office Box, value of type is String |
Email |
Office Email, value of type is String |
Address |
Office Address, value of type is String |
See Also
VertexFX Backoffice API Index
|