DmItem
This class represents scheduled direct mail items. The class contains data members that detail the direct mail content, including address and format information.
Data Members
Data member name |
Data type |
Default value |
Description |
---|---|---|---|
DmItemAttachment |
nvarchar(255) |
null |
Stores the name of the attachment for the direct mail item. |
DmItemDefformat |
smallint |
null |
Stores the default format code for the direct mail item. |
DmItemDesc |
nvarchar(255) |
null |
Stores a description of the direct mail item. |
DmItemFrom |
nvarchar(255) |
null |
Stores the e-mail address for the "from" field in the direct mail item. |
DmItemNum |
int |
0 |
Stores the unique key for the object. |
DmItemPersonalized |
smallint |
null |
Indicates whether the direct mail item is personalized. |
DmItemReplyTo |
nvarchar(255) |
null |
Stores the "reply to" e-mail address for the direct mail item. |
DmItemScheduleId |
nvarchar(255) |
null |
None. |
DmItemSource |
nvarchar(255) |
null |
Stores the name of the source for the direct mail item. |
DmItemSubj |
nvarchar(255) |
null |
Stores the subject line for the direct mail item. |
DmItemUserFlags |
int |
null |
Stores an encoded set of flags that govern user data associated with the direct mail item. |
GUIDDmItemListId |
uniqueidentifier |
null |
None. |
GUIDDmItemOptout |
uniqueidentifier |
null |
None. |
GUIDDmItemTestListId |
uniqueidentifier |
null |
None. |
SiteName |
nvarchar(255) |
Unknown |
Stores the name of the site associated with the object. Key member. |
CampItemNum |
binary |
1 |
None. |
Class Key
DmItemKey is composed of the following data members:
DmItemNum + SiteName
Relations
For a description of the relation type, see Data Warehouse Classes.
Relation name |
Parent |
Child |
Type |
---|---|---|---|
DmItemCampaignItem |
CampaignItem |
DmItem |
2 |