Topic Path: Symbol Reference > Functions > DecodeAddress Function
ContentsIndexHome
PreviousUpNext
DecodeAddress Function

Removes encoding applied to an email address.

File
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.

DecodeHeader 

DecodeAddresses 

TIdEmailAddressItem

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.