IDirectMailerAdmin Interface

The IDirectMailerAdmin interface is implemented by a custom COM object to handle direct mailing.

Method

Description

IDirectMailerAdmin::CreateJob Method

Creates a new mailing job.

IDirectMailerAdmin::DeleteJob Method

Deletes a specified mailing job.

IDirectMailerAdmin::DeleteOldJobs Method

Deletes old jobs based on an age criteria.

IDirectMailerAdmin::EnumerateJobs Method

Enumerates all mailing jobs.

IDirectMailerAdmin::GetJobErrors Method

Gets the job errors list.

IDirectMailerAdmin::GetJobParameters Method

Retrieves the mailing job configuration.

IDirectMailerAdmin::ScheduleDirectMail Method

Sets up mailing jobs at periodic intervals using Windows Task Scheduler.

IDirectMailerAdmin::SetJobParameters Method

Sets the mailing job configuration.

IDirectMailerAdmin::TestDirectMail Method

Sets up a test mailing job to run immediately using Windows Task Scheduler.

IDirectMailerAdmin::UnscheduleDirectMail Method

Cancels a Windows Task Scheduler mailing job.

See Also

Other Resources

Direct Mailer Interfaces