DefaultFormat Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the default message format of this DirectMail.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Property DefaultFormat As MessageFormat
'Usage
Dim instance As DirectMail
Dim value As MessageFormat
value = instance.DefaultFormat
instance.DefaultFormat = value
public MessageFormat DefaultFormat { get; set; }
public:
property MessageFormat DefaultFormat {
MessageFormat get ();
void set (MessageFormat value);
}
public function get DefaultFormat () : MessageFormat
public function set DefaultFormat (value : MessageFormat)
Property Value
Type: Microsoft.CommerceServer.Marketing..::.MessageFormat
The default message format of this DirectMail. The default value is Text.
Remarks
Stores the default message format of this DirectMail. The message format that will be used for recipients that didn’t specify the preferred format. The MessageFormat enumeration value may be:
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.