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 number of days between mailings.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Property DailyInterval As Integer
'Usage
Dim instance As DirectMailRecurrence
Dim value As Integer
value = instance.DailyInterval
instance.DailyInterval = value
public int DailyInterval { get; set; }
public:
property int DailyInterval {
int get ();
void set (int value);
}
public function get DailyInterval () : int
public function set DailyInterval (value : int)
Property Value
Type: System..::.Int32
The number of days between mailing. Default is 0.
Remarks
The number of days between executions. This property is only used when DirectMailRecurrenceType is Daily.
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.