Syntax
Event GroupInfoRecived(ByRef FName As String, ByRef Username As String, ByRef Password As String, 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 GetGroupInfo with requested office information.
Parameters
Parameter |
Description |
FName |
Group first name, value of type is String |
Username |
Group username, value of type is String |
Password |
Group Password, value of type is String |
ReadOnly |
Boolean Value if true then the group read only type |
Phone |
Group phone number, value of type is string |
Fax |
Group Fax number, value of type is String |
Mobile |
Group mobile number, value of type is String |
TelFax |
Group telephone Fax number, value of type is String |
POB |
Post Office Box, value of type is String |
Email |
Group Email, value of type is String |
Address |
Group Address, value of type is String |
See Also
VertexFX Backoffice API Index
|