HasAddress |
|
Class HasAddress defines no new operations.
Attributes
Get list of all attributes
|
DateAsText DateReceivedAsText DateSentAsText RecipientName SenderName SenderOrRecipientName Subject |
Define Class HasAddress; mixes in with Object; attribute DateReceivedAsText: Text, readOnly; attribute DateSentAsText: Text, readOnly; attribute RecipientName: Text, readOnly; attribute SenderName: Text, readOnly; attribute SenderOrRecipientName: Text, readOnly; attribute Subject: Text, readOnly; overrides DateAsText; // defaults to DateSentAsText end class;