IsPersonalized Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the value indicating if the e-mail should be personalized for each recipient.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Property IsPersonalized As Boolean
'Usage
Dim instance As DirectMail
Dim value As Boolean
value = instance.IsPersonalized
instance.IsPersonalized = value
public bool IsPersonalized { get; set; }
public:
property bool IsPersonalized {
bool get ();
void set (bool value);
}
public function get IsPersonalized () : boolean
public function set IsPersonalized (value : boolean)
Property Value
Type: System..::.Boolean
true to indicate that the e-mail should be personalized for each recipient; otherwise false. The default value is false.
Remarks
Stores a value indicating if the e-mail should be personalized for each recipient.
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.