The attributes of the new business objects are as follows:
 
	
	
		| Attribute | Type | Description | 
	
	
		| Subject | text |  | 
	
		| Message | text |  | 
	
		| CreatedOn | timestamp | the date and time e-mail was created, calculated | 
	
		| Status | text | Sent,Unsent | 
	
		| SentOn | timestamp | the date and time the e-mail was sent, calculated | 
	
		| SentToAddress | text | the actual address the e-mail was sent to) | 
	
		| Attachment1,
 Attachment2,
 Attachment3 | documents | will allow up to 3 attachments | 
 
	
	
		| Reference | Description | 
	
	
		| Correspondent | single reference to a Member object to whom the e-mail was sent | 
 
	
	
		| Attribute | Type | Description | 
	
	
		| Subject | text |  | 
	
		| Text | text | text of the letter | 
	
		| CreatedOn | timestamp | the date and time letter was created, calculated | 
	
		| Status | text | Sent,Unsent | 
	
		| SentOn | timestamp | the date and time the letter was sent, calculated | 
	
		| LetterDocument | document | the actual letter | 
 
	
	
		| Reference | Description | 
	
	
		| Correspondent | single reference to a Member object to whom the letter was sent | 
 
	
	
		| Attribute | Type | Description | 
	
	
		| Subject | text |  | 
	
		| Type | text | type of the contact – Phone Call, Discussion, Fax etc | 
	
		| Notes | text | description of the contact | 
	
		| CreatedOn | timestamp | the date and time the record about a contact was made, calculated | 
	
		| ContactTime | timestamp | the date and time contact with the member took place | 
	
		| Attachment | document | attachment if any | 
 
	
	
		| Reference | Description | 
	
	
		| Correspondent | single reference to a Member object with whom there was a contact |