Share via


Communication History Object

Outlook Developer Reference
Communication History Object

The Communication History object represents a folder that contains Appointment, Business Note, E-Mail Message, File, Phone Log, and Task objects.

Version Information
 Version Added:  Outlook 2007

Requirements

Business Contact Manager for Outlook

Remarks

You cannot programmatically copy the items that reside in Communication History folder.

Example

The following C# and Visual Basic for Applications (VBA) example shows the Communication History folder assignment statement.

C#
  
Outlook.Folder bcmHistoryFolder = (Outlook.Folder)bcmRootFolder.Folders["Communication History"]; 
Visual Basic for Applications
  
Set bcmHistoryFolder = bcmRootFolder.Folders("Communication History")

User Properties (Business Contact Manager only)

None.

Parent Objects

Folder Object

For more information, see the Outlook 2007 Developer Reference by going to the MSDN Office Developer Center Web site.

See Also

Appointments | Business Notes | E-Mail Messages | Files | Phone Logs | Tasks