Topic Path: Symbol Reference > Classes > TIdEMailAddressItem Class
ContentsIndexHome
PreviousUpNext
TIdEMailAddressItem Class

Implements a class for an RFC 2822-compliant email address.

File
TIdEMailAddressItem = class(TIdCollectionItem);

The TIdEMailAddressItem is a TIdCollectionItem descendant that structures components in an EMail address into an RFC 2822-compliant form. 

TIdEMailAddressItem can also be used to parse the Text representing an RFC 2822-compliant EMail address into the component values defined in RFC 2822. These values are stored in properties, including: 

 

 

TIdEMailAddressItem also provides encoding and decoding of quoted characters as specified in the the lexical requirements for character quoting in RFC 2822. 

TIdEMailAddressItem is the collection item class used in the TIdEMailAddressList collection, and for properties representing a single email address in TIdMessage.

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