|
Description
|
Returns/sets the authorization number for the reply envelope. Restituisce o imposta il numero di autorizzazione della Filiale delle poste S.p.A. che ha autorizzato l'apertura del conto di credito postale.
|
Syntax Visual Basic
|
[form.]Postel.ReplyEnvelopeAuthNumber[ = Text$]
|
|
Visual C++
|
CString Postel.GetReplyEnvelopeAuthNumber(); void Postel.SetReplyEnvelopeAuthNumber(LPCTSTR lpszNewValue);
|
|
Delphi
|
property ReplyEnvelopeAuthNumber: WideString;
|
|
C#
|
string Postel.ReplyEnvelopeAuthNumber;
|
|
Remarks
|
See the ReplyEnvelopeName property for more information./Vedere la proprietā ReplyEnvelopeName per maggiori informazioni.
|
|
Data Type
|
String
|