DirectMailRecurrence Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Specifies a possible schedule of DirectMail.
The DirectMailRecurrence type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
DirectMailRecurrence | Initializes a new instance of the DirectMailRecurrence class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
DailyInterval | Gets or sets the number of days between mailings. |
![]() |
DayOfMonth | Gets or sets the day of the month on which the mail is sent. |
![]() |
DaysOfWeek | Gets or sets the day(s) of the week on which the mail is sent. |
![]() |
Months | Gets or sets the month(s) on which the mail is sent. |
![]() |
Type | Gets or sets the recurrence type. |
![]() |
Week | Gets or sets the week of the month on which the mail is sent. |
![]() |
WeeklyInterval | Gets or sets the number of weeks between mailings. |
Top