Internet Direct (Indy)
|
List of original authors for the message.
property FromList: TIdEmailAddressList;
FromList is a TIdEmailAddressList property that represents the list of email addresses used in the "From:" header for the email message.
FromList identifies the original authors of the message. FromList is updated using name and address token values found in the RFC 2822 message header "From:" for received messages.
FromList is used when reading or writing the value for the From property. The From property accesses the initial TIdEmailAddressItem address in the FromList property.
FromList is updated in ClearHeader and ProcessHeader.
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. |