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