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