Share via


ListOperationType Enumeration

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Specifies possible types of a MailingList operation.

Namespace:  Microsoft.CommerceServer.Marketing
Assembly:  Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public Enumeration ListOperationType
'Usage
Dim instance As ListOperationType
[ComVisibleAttribute(false)]
public enum ListOperationType
[ComVisibleAttribute(false)]
public enum class ListOperationType
public enum ListOperationType

Members

Member name Description
ImportStaticList Import into a StaticList.
ExportStaticList Export from a StaticList.
ExportExpression Export from a ExpressionList.
AppendStaticList Add users from an existing StaticList to a StaticList.
SubtractStaticList Subtract members of a list from another list.
AppendExpression Add users from an existing ExpressionList to a StaticList.
PrepareDirectMailList Prepare the list for use by a DirectMail job.
Upload Upload a file for use in an import.
PrepareTestDirectMailList Prepare the list for use by a DirectMail job test run.

Remarks

The enumeration value can specify the type of the current operation.

See Also

Reference

Microsoft.CommerceServer.Marketing Namespace