Indy 9
|
TIdEMailAddressItem = class(TCollectionItem)
property Address: string;
property Name: string;
property Text: String;
When changing the property value, the new valueis examined for use of reserved characters, including '<', '>', '@', '(', ')', '"', SPACE, and TAB. When the new value for Text contains one of these reserved characters, it is examined for proper use of the preceeding in the name and address portions of the email address.
procedure Assign(Source: TPersistent); override;
Assign copies the values of the Name and Address members when ASource is another TIdEMailAddessItem instance. Otherwise, Assign relies on the inherited Assign method.