TestList Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the test mailing list for this DirectMail.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Property TestList As StaticList
'Usage
Dim instance As DirectMail
Dim value As StaticList
value = instance.TestList
instance.TestList = value
public StaticList TestList { get; set; }
public:
property StaticList^ TestList {
StaticList^ get ();
void set (StaticList^ value);
}
public function get TestList () : StaticList
public function set TestList (value : StaticList)
Property Value
Type: Microsoft.CommerceServer.Marketing..::.StaticList
A StaticList object which is used by the Test method. This property may be nullNothingnullptra null reference (Nothing in Visual Basic).
Remarks
Stores the list containing the recipients to whom this mailing will be sent for testing purpose. When DirectMail sends out a test message, using Test, the recipients within this test list gets 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.