Internet Direct (Indy)
Home
PreviousUpNext
TIdMessage.Sender Property

Identifies the sender of the message.

Pascal
property Sender: TIdEmailAddressItem;

Sender is a TIdEMailAddressItem property used to indicate the person sending the message. Sender is normally used when a message has been forwarded from a person who is not the original message author. Sender contains the value from the RFC 2822 message header "Sender:". 

Use the following properties to get or set the values for the TIdEMailAddressItem

 

Sender.Text 
Sender.Name 
Sender.Address 

 

Use From or FromList to access the original author(s) of the message.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.