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