Marketing Campaign Object

The Marketing Campaign object represents information that can assist with customer attraction and retention, and relationship-building activities.

Version Information
Outlook 2007

Requirements

Business Contact Manager for Outlook

Remarks

By using the Outlook object model, you can programmatically:

  • Create a new Marketing Campaign.
  • Select an existing Marketing Campaign.
  • Edit Marketing Campaign properties.
  • Delete a Marketing Campaign.

The Marketing Campaigns folder contains Marketing Campaign records.

Example

The following C# and Visual Basic for Applications (VBA) examples show how to create a new object instance of type IPM.Task.BCM.Campaign.

  [C#]
Outlook.TaskItem taskItem = (Outlook.TaskItem)mktgCampFolder.Items.Add("IPM.Task.BCM.Campaign");

FakePre-f23989e2405242429db9b4d3afd9ca15-4ad994975430421d831892582c544ae2

User Properties (Business Contact Manager only)

Actual Cost, Budgeted Cost, Campaign Code, Campaign Type, Content File, Created By, Delivery Method, Executed, Modified By, Recipient Count, Recipient List XML

Parent Objects

TaskItem Object

For more information, download the Outlook 2007 Developer Reference by going to the 2007 Office System: Updated Developer Content Web site.

See Also

Create a Marketing Campaign | Select a Marketing Campaign | Edit a Marketing Campaign | Delete a Marketing Campaign