|
Description
|
Returns/sets the address field name of database that stores the organization of recipients. Restituisce o imposta il nome del campo del database che specifica l'organizazione/ente dei destinatari.
|
Syntax Visual Basic
|
[form.]Postel.OrganizationField[ = Text$]
|
|
Visual C++
|
CString Postel.GetOrganizationField(); void Postel.SetOrganizationField(LPCTSTR lpszNewValue);
|
|
Delphi
|
property OrganizationField: WideString;
|
|
C#
|
string Postel.OrganizationField;
|
|
Remarks
|
See the NameField property for more information./Vedere la proprietā NameField per maggiori informazioni.
|
|
Data Type
|
String
|
|
Default Value
|
"Organizzazione"
|