DirectMailRecurrenceType Enumeration
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Specifies possible types of DirectMail schedule.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Enumeration DirectMailRecurrenceType
'Usage
Dim instance As DirectMailRecurrenceType
[ComVisibleAttribute(false)]
public enum DirectMailRecurrenceType
[ComVisibleAttribute(false)]
public enum class DirectMailRecurrenceType
public enum DirectMailRecurrenceType
Members
Member name | Description | |
---|---|---|
Once | Send DirectMail once (No recurrence) | |
Daily | Send DirectMail daily | |
Weekly | Send DirectMail weekly | |
MonthlyFixedDate | Send DirectMail monthly on a specified date | |
MonthlyDaysOfWeek | Send DirectMail monthly on specified days of a particular week of a month. |
Remarks
Enumeration value to specify the type of DirectMail recurrence.