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