Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.