Removes encoding applied to an email address.
procedure DecodeAddress( EMailAddr: TIdEmailAddressItem );
Parameters |
Description |
EMailAddr |
Email address to decode. Storage for the decoded value. |
DecodeAddress is a procedure used to remove content and transfer encoding applied to the email address specified in the EMailAddr argument.
DecodeAddress calls the DecodeHeader procedure to decode the Name property for the TIdEmailAddressItem instance. The decode value is stored in the same property in the TIdEmailAddressItem instance.
DecodeAddress is used in the implementation of the DecodeAddresses routine.
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. |