Internet Direct (Indy) Version 9.0.2 Beta
TIdEMailAddressItem.Assign
Copies the properties of an Email Address item.

procedure Assign(Source: TPersistent); override;
Parameters
Source: TPersistent
Persistent class to be assigned to the current object instance.

Description
Assign is an overloaded procedure that allows the persistent TIdEmailAddressItem to assign the values in another instance to the current instance.

Assign copies the values of the Name and Address members when ASource is another TIdEmailAddessItem instance. Otherwise, Assign relies on the inherited Assign method.