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.
Specifies possible formats of a DirectMail message.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Enumeration MessageFormat
'Usage
Dim instance As MessageFormat
[ComVisibleAttribute(false)]
public enum MessageFormat
[ComVisibleAttribute(false)]
public enum class MessageFormat
public enum MessageFormat
Members
Member name | Description | |
---|---|---|
None | No format specified | |
Text | Text format | |
Mime | Mime format | |
Mhtml | Mhtml format | |
Html | Html format |
Remarks
There are multiple methods of developing content in which to send your mail message. The message format controls the type of format used.
Html - Formats the mail in html.
Mhtml - Formats the mail with mime encapsulation of HTML content so that the mail can be sent as an e-mail message.
Mime - Formats the mail with Multipurpose Internet Mail Extensions.
None - No format specified.
Text - Formats the mail in ASCII format.