Table of Contents

Method CreateMailAction

Namespace
Skyline.DataMiner.Core.DataMinerSystem.Common
Assembly
Skyline.DataMiner.Core.DataMinerSystem.Common.dll

CreateMailAction()

Creates a new mail action builder.

public static IDmsSchedulerEmailActionBuilder CreateMailAction()

Returns

IDmsSchedulerEmailActionBuilder

A new mail action builder instance.

CreateMailAction(IDmsSchedulerEmailAction)

Creates a mail action builder from an existing action.

public static IDmsSchedulerEmailActionBuilder CreateMailAction(IDmsSchedulerEmailAction existingAction)

Parameters

existingAction IDmsSchedulerEmailAction

The existing action to copy from.

Returns

IDmsSchedulerEmailActionBuilder

A mail action builder initialized with the existing action's values.

Exceptions

ArgumentNullException

existingAction is null.