Kadmos.com

  Home | Products | Download | Purchase | Support | Language

Google
Search site:

Products
DXFReader ActiveX Control

IXF ActiveX Control

Postel ActiveX Control
 • Postel Files Overview
 • Distribution
 • Installation
 • Quick Start
 • Control Summary
 • Download
 • Buy now!
 • Postel Reference
  • Properties
   • AccountCenter
   • AddressField
   • BatchName
   • BatchType
   • CityField
   • Connect
   • ContactEmail
   • ContactName
   • ContactNumber
   • CountryField
   • CurrencyFiel...
   • DatabaseName
   • DataRecordCount
   • DateFieldsFo...
   • FareType
   • FaxNumber
   • FileName
   • Graph
   • Graphs
   • Insert
   • Inserts
   • InsertsCityD...
   • LineLength
   • NameField
   • Organization...
   • PageCount
   • PriorityType
   • ProvinceField
   • RecordCount
   • RecordSource
   • ReplyEnvelop...
   • ReplyEnvelop...
   • ReplyEnvelop...
   • ReplyEnvelop...
   • ReplyEnvelop...
   • ReplyEnvelop...
   • ReplyEnvelop...
   • ReplyEnvelop...
   • ReplyEnvelop...
   • ReplyEnvelop...
   • ReplyEnvelop...
   • RLetterAddress
   • RLetterCity
   • RLetterCodeF...
   • RLetterName
   • RLetterOrgan...
   • RLetterProvince
   • RLetterZip
   • SenderAddress
   • SenderCity
   • SenderName
   • SenderOrgani...
   • SenderProvince
   • SenderZIP
   • Signature
   • Signatures
   • SpecificText...
   • SubscriberID
   • TextFileName
   • Typographica...
   • UseADO
   • UserID
   • UserPassword
   • Version
   • ZIPField
  • Methods
  • Events


Tech Support
OnLine Support
Phone Support
Sample Code
Registered Users
FAQ
References
Kadmos
Contact Kadmos
Environment
Customer List
Newsletter
Download
ActiveX Controls
Updates
Purchase
Price List
International Resellers
Our Guarantee
Shipment Options
Payment Options
Shopping Cart
    Postel Control - SenderName Property

Kadmos Postel ActiveX Control      Previous Next
Postel Control
SenderName Property

Description Returns/sets the sender's name. Restituisce o imposta il nominativo del mittente.
Syntax
Visual Basic
[form.]Postel.SenderName[ = Text$]
Visual C++ CString Postel.GetSenderName();
void Postel.SetSenderName(LPCTSTR lpszNewValue);
Delphi property SenderName: WideString;
C# string Postel.SenderName;
Remarks

L’indirizzo del mittente viene stampato sulla prima pagina della lettera e posizionatoautomaticamente in corrispondenza della "finestrella" in alto a sinistra della bustaPostel se non viene inserito alcun logotipo.

Si riporta di seguito il codice necessario per impostare l'indirizzo del mittente:


With Postel1

  .SenderName = "Mario Rossi"
  .SenderOrganization = "Direzione Generale"
  .SenderAddress = "Via del Risorgimento, 1948"
  .SenderZip = "00144"
  .SenderCity = "ROMA"
  .SenderProvince = "RM"


End With

Data Type String

Copyright © 2001/2008 Kadmos.com - All rights reserved. Privacy Policy