DirectMail Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Defines a direct mail campaign item.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Class DirectMail _
Inherits CampaignItem
'Usage
Dim instance As DirectMail
[ComVisibleAttribute(false)]
public class DirectMail : CampaignItem
[ComVisibleAttribute(false)]
public ref class DirectMail : public CampaignItem
public class DirectMail extends CampaignItem
Remarks
A Direct Mail describes an e-mail that can be sent to a pre-defined set of subscribers (recipients). The mailing can be personalized and can also be sent periodically.
Inheritance Hierarchy
System..::.Object
Microsoft.CommerceServer.Marketing..::.MarketingServices
Microsoft.CommerceServer.Marketing..::.CampaignItem
Microsoft.CommerceServer.Marketing..::.DirectMail
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.