DestinationList Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the destination mailing list for this DirectMail.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Property DestinationList As MailingList
'Usage
Dim instance As DirectMail
Dim value As MailingList
value = instance.DestinationList
instance.DestinationList = value
public MailingList DestinationList { get; set; }
public:
property MailingList^ DestinationList {
MailingList^ get ();
void set (MailingList^ value);
}
public function get DestinationList () : MailingList
public function set DestinationList (value : MailingList)
Property Value
Type: Microsoft.CommerceServer.Marketing..::.MailingList
A MailingList object. The default is nullNothingnullptra null reference (Nothing in Visual Basic), but must be set to an existing MailingList before saving.
Remarks
Stores the destination mailing list for this DirectMail. A list containing recipients of this mailing.
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.