Recurrence Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the value describing recurrence with which this DirectMail should be sent.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Property Recurrence As DirectMailRecurrence
'Usage
Dim instance As DirectMail
Dim value As DirectMailRecurrence
value = instance.Recurrence
instance.Recurrence = value
public DirectMailRecurrence Recurrence { get; set; }
public:
property DirectMailRecurrence^ Recurrence {
DirectMailRecurrence^ get ();
void set (DirectMailRecurrence^ value);
}
public function get Recurrence () : DirectMailRecurrence
public function set Recurrence (value : DirectMailRecurrence)
Property Value
Type: Microsoft.CommerceServer.Marketing..::.DirectMailRecurrence
A DirectMailRecurrence object describing recurrence with which this DirectMail should be sent.
Remarks
Stores the DirectMail recurrence information. Describes how this mail job is going to recur. The DirectMailRecurrence specifies a possible schedule of a DirectMail. These properties are used together to assign a schedule to an e-mail.
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.