Internet Direct (Indy) Version 9.0.1 Beta
TIdVCardEMailItem.Assign
Copy the property values of an object.

procedure Assign(Source: TPersistent); override;
Parameters
Source: TPersistent
Object containing values to be copied.

Description
Assign is a procedure used to copy the properties of the persistent object in Source to the current object instance. When the current object and the object in Source are the same ClassType, Assign will copy the following property values:

When the current object and Source do not sahre the same ClassType, Assign calls the inherited Assign method.