DefaultCharacterSet Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets or sets the default character set that will be used to generate the body for the DirectMail.

Namespace:  Microsoft.CommerceServer.Marketing
Assembly:  Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)

Syntax

'Declaration
Public Property DefaultCharacterSet As String
'Usage
Dim instance As DirectMail
Dim value As String

value = instance.DefaultCharacterSet

instance.DefaultCharacterSet = value
public string DefaultCharacterSet { get; set; }
public:
property String^ DefaultCharacterSet {
    String^ get ();
    void set (String^ value);
}
public function get DefaultCharacterSet () : String
public function set DefaultCharacterSet (value : String)

Property Value

Type: System..::.String
The character set that will be used to generate the body for the DirectMail. The default value is nullNothingnullptra null reference (Nothing in Visual Basic).

Exceptions

Exception Condition
ArgumentNullException

DefaultCharacterSet has been set to nullNothingnullptra null reference (Nothing in Visual Basic).

StringLengthValidationException

DefaultCharacterSet has been set to an invalid value.

Remarks

Character Set (or encoding) that will be used for recipients that didn’t specify the preferred Character Set.

Permissions

See Also

Reference

DirectMail Class

DirectMail Members

Microsoft.CommerceServer.Marketing Namespace