|
Description
|
Returns/sets the ZIP code of the reply envelope. Restituisce o imposta il CAP della busta di risposta.
|
Syntax Visual Basic
|
[form.]Postel.ReplyEnvelopeZip[ = Text$]
|
|
Visual C++
|
CString Postel.GetReplyEnvelopeZip(); void Postel.SetReplyEnvelopeZip(LPCTSTR lpszNewValue);
|
|
Delphi
|
property ReplyEnvelopeZip: WideString;
|
|
C#
|
string Postel.ReplyEnvelopeZip;
|
|
Remarks
|
See the ReplyEnvelopeName property for more information./Vedere la proprietā ReplyEnvelopeName per maggiori informazioni.
|
|
Data Type
|
String
|