MailingListErrorCode Enumeration
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Specifies possible errors of a Mailing List operation.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
<FlagsAttribute> _
<ComVisibleAttribute(False)> _
Public Enumeration MailingListErrorCode
'Usage
Dim instance As MailingListErrorCode
[FlagsAttribute]
[ComVisibleAttribute(false)]
public enum MailingListErrorCode
[FlagsAttribute]
[ComVisibleAttribute(false)]
public enum class MailingListErrorCode
public enum MailingListErrorCode
Members
Member name | Description | |
---|---|---|
None | No Error | |
FatalError | A fatal error was encountered with this Mailing List Entry | |
NonFatalError | A non-fatal error was encountered with this Mailing List Entry | |
NoEmailColumn | No e-mail address was found for this Mailing List Entry. (Generally a fatal error). | |
OnlyEmailColumn | Only e-mail column was specified for this entry. All other columns will be set to their default values. (Non-fatal error). | |
BadFormat | The format of one of the columns was invalid. It will be set to its default value. (Non-fatal error). | |
ExtraColumns | There were more columns than can be imported by the List Manager. The extra columns will be ignored. (Non-fatal error) | |
DuplicateEmail | The Email address already exists in the system. (May or may not be a fatal error). | |
BadUrl | The Url for this entry was invalid. It will set to its default value. (Non-fatal error) |
Remarks
A bitwise OR combination of the MailingListErrorCode enumeration values that describes the possible errors in a Mailing List operation