|
Description
|
Returns/sets the account number for the reply envelope. Restituisce o imposta il numero di conto di credito postale su cui verrā addebitata la spedizione a carico del mittente.
|
Syntax Visual Basic
|
[form.]Postel.ReplyEnvelopeAccountNumber[ = Text$]
|
|
Visual C++
|
CString Postel.GetReplyEnvelopeAccountNumber(); void Postel.SetReplyEnvelopeAccountNumber(LPCTSTR lpszNewValue);
|
|
Delphi
|
property ReplyEnvelopeAccountNumber: WideString;
|
|
C#
|
string Postel.ReplyEnvelopeAccountNumber;
|
|
Remarks
|
See the ReplyEnvelopeName property for more information./Vedere la proprietā ReplyEnvelopeName per maggiori informazioni.
|
|
Data Type
|
String
|