IgnoreGlobalOptOutList Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the value indicating if the global opt-out list should be ignored for this DirectMail.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Property IgnoreGlobalOptOutList As Boolean
'Usage
Dim instance As DirectMail
Dim value As Boolean
value = instance.IgnoreGlobalOptOutList
instance.IgnoreGlobalOptOutList = value
public bool IgnoreGlobalOptOutList { get; set; }
public:
property bool IgnoreGlobalOptOutList {
bool get ();
void set (bool value);
}
public function get IgnoreGlobalOptOutList () : boolean
public function set IgnoreGlobalOptOutList (value : boolean)
Property Value
Type: System..::.Boolean
true to indicate that the global opt-out list should be ignored; otherwise, false. The default value is false.
Remarks
Stores a value indicating if the global opt-out list should be ignored for this DirectMail. This is a list of recipients to whom this mailing should not be sent to. This allows you to override OptOutList and send mailings to all users.
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.