threadsafelog MsgFromAddress property
Return to Introduction  Previous page  Next page
Applies to
acThreadSafeLog component as subproperty of SendMail structure.  

Declaration
property MsgFromAddress: String;  

Description
The MsgFormAddress property specifies the name of sender (i.e: 'john@doe.com'). Leave it blank if you don't want to include the e-mail address to the header of message.  

Note
iiwarning Some SMTP servers don't relay anonymous messages and requires e-mail address of sender to be specified.  

See also
MsgFromName, MsgToAddress and MsgToName properties;  
EmailLastRecords method.