OptOutList Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the opt-out mailing list for this DirectMail.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Property OptOutList As MailingList
'Usage
Dim instance As DirectMail
Dim value As MailingList
value = instance.OptOutList
instance.OptOutList = value
public MailingList OptOutList { get; set; }
public:
property MailingList^ OptOutList {
MailingList^ get ();
void set (MailingList^ value);
}
public function get OptOutList () : MailingList
public function set OptOutList (value : MailingList)
Property Value
Type: Microsoft.CommerceServer.Marketing..::.MailingList
A MailingList object. This property may be nullNothingnullptra null reference (Nothing in Visual Basic).
Remarks
Stores the opt-out mailing list for this DirectMail. This list can be overridden by the IgnoreGlobalOptOutList.
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.