Months Property

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

Gets or sets the month(s) on which the mail is sent.

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

Syntax

'Declaration
Public Property Months As RecurrenceMonths
'Usage
Dim instance As DirectMailRecurrence
Dim value As RecurrenceMonths

value = instance.Months

instance.Months = value
public RecurrenceMonths Months { get; set; }
public:
property RecurrenceMonths Months {
    RecurrenceMonths get ();
    void set (RecurrenceMonths value);
}
public function get Months () : RecurrenceMonths
public function set Months (value : RecurrenceMonths)

Property Value

Type: Microsoft.CommerceServer.Marketing..::.RecurrenceMonths
The month(s) on which the mail is sent.

Remarks

Specifies the Month flags that are used to setup a schedule.

The returned is a RecurrenceMonths enumeration value.

This property is only used when DirectMailRecurrenceType is either MonthlyFixedDate or MonthlyDaysOfWeek.

Permissions

See Also

Reference

DirectMailRecurrence Class

DirectMailRecurrence Members

Microsoft.CommerceServer.Marketing Namespace