|
Description
|
Returns/sets the sender's city. Restituisce o imposta la cittā del mittente.
|
Syntax Visual Basic
|
[form.]Postel.SenderCity[ = Text$]
|
|
Visual C++
|
CString Postel.GetSenderCity(); void Postel.SetSenderCity(LPCTSTR lpszNewValue);
|
|
Delphi
|
property SenderCity: WideString;
|
|
C#
|
string Postel.SenderCity;
|
|
Remarks
|
See the SenderName property for more information./Vedere la proprietā SenderName per maggiori informazioni.
|
|
Data Type
|
String
|