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