Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets an object used to manage MailingList entities.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public ReadOnly Property MailingLists As MailingListManager
'Usage
Dim instance As MarketingContext
Dim value As MailingListManager
value = instance.MailingLists
public MailingListManager MailingLists { get; }
public:
property MailingListManager^ MailingLists {
MailingListManager^ get ();
}
public function get MailingLists () : MailingListManager
Property Value
Type: Microsoft.CommerceServer.Marketing..::.MailingListManager
An object to manage MailingList objects.
Remarks
The returned MailingListManager manages MailingList related operations.
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.